Skip to content

Commit f1b9c7b

Browse files
fix lint
1 parent 8e4156a commit f1b9c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/aead/aead_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func TestCipherDataRace(t *testing.T) {
164164
if !reflect.DeepEqual(got1, got2) {
165165
t.Logf("got2: %#v", got2)
166166
t.Logf("got1: %#v", got1)
167-
t.Fatalf("expected structs to be equal")
167+
t.Errorf("expected structs to be equal")
168168
}
169169

170170
}(miscreantCipher, wg)

0 commit comments

Comments
 (0)