Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-ssvlabs committed Sep 16, 2024
1 parent d5da809 commit f83dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/resign_eip1271_sig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func TestResignInvalidEOASig(t *testing.T) {
sig,
id,
rMsg.Operators)
require.ErrorContains(t, err, "invalid signed reshare signature") // spec
require.ErrorContains(t, err, "invalid EOA signature") // spec
})
for _, srv := range servers {
srv.HttpSrv.Close()
Expand Down

0 comments on commit f83dfcf

Please sign in to comment.