Skip to content

Commit

Permalink
update version check test
Browse files Browse the repository at this point in the history
  • Loading branch information
rohenaz committed Sep 17, 2024
1 parent 6b14d65 commit cd7cfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/encrypted_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestEncryptedMessage(t *testing.T) {
if err == nil {
t.Fatalf("Expected an error, but got none")
}
expectedError := "message version mismatch: Expected 42421033, received 01421033"
expectedError := "message version mismatch: Expected 42423301, received 01423301"
if err.Error() != expectedError {
t.Errorf("Expected error: %s, but got: %s", expectedError, err.Error())
}
Expand Down

0 comments on commit cd7cfe7

Please sign in to comment.