Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 586378675
Change-Id: I1d6d85383584dbbf4c9cbaf653047ca68e8dd55b
  • Loading branch information
chuckx authored and copybara-github committed Nov 29, 2023
1 parent 2c738b4 commit 1cac067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hybrid/ecies_aead_hkdf_private_key_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func mustMarshal(t *testing.T, msg proto.Message) []byte {
t.Helper()
serialized, err := proto.Marshal(msg)
if err != nil {
t.Fatalf("proto.Marshal(%v) err = %v, wan nil", msg, err)
t.Fatalf("proto.Marshal(%v) err = %v, want nil", msg, err)
}
return serialized
}

0 comments on commit 1cac067

Please sign in to comment.