aboutsummaryrefslogtreecommitdiffstats
path: root/oae2_test.go
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@google.com>2025-12-30 16:21:21 -0800
committerRose Hogenson <rhogenson@google.com>2025-12-30 16:21:21 -0800
commitb8a01618a4113f8c4055451d92ab9698f3497c35 (patch)
tree4237808aab4c2c24c049c29da765464b0d4b8d29 /oae2_test.go
parentadb9ff3a33a49b322aa2481b2f73ab205d143f3a (diff)
downloadoae2-b8a01618a4113f8c4055451d92ab9698f3497c35.tar.zst
Make error handling more robust
Diffstat (limited to 'oae2_test.go')
-rw-r--r--oae2_test.go2
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"