diff options
| author | Rose Hogenson <rhogenson@google.com> | 2025-12-30 16:21:21 -0800 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@google.com> | 2025-12-30 16:21:21 -0800 |
| commit | b8a01618a4113f8c4055451d92ab9698f3497c35 (patch) | |
| tree | 4237808aab4c2c24c049c29da765464b0d4b8d29 /oae2_test.go | |
| parent | adb9ff3a33a49b322aa2481b2f73ab205d143f3a (diff) | |
| download | oae2-b8a01618a4113f8c4055451d92ab9698f3497c35.tar.zst | |
Make error handling more robust
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" |
