diff options
Diffstat (limited to 'oae2_test.go')
| -rw-r--r-- | oae2_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oae2_test.go b/oae2_test.go index 91194bf..90cf84d 100644 --- a/oae2_test.go +++ b/oae2_test.go @@ -8,6 +8,7 @@ import ( ) func TestRoundTrip(t *testing.T) { + t.Parallel() const ( msg = "Hello World!" key = "password123" @@ -31,6 +32,7 @@ func TestRoundTrip(t *testing.T) { } func TestReadFromWriteTo(t *testing.T) { + t.Parallel() const ( msg = "Hello World!" key = "asdf" |
