Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkrolevets committed Aug 26, 2024
1 parent 30421ef commit b596736
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 @@ -88,7 +88,7 @@ func TestResignInvalidEOASig(t *testing.T) {
id := spec.NewID()
require.NoError(t, err)
_, _, _, err = clnt.StartResigning(id, []uint64{11, 22, 33, 44}, signedProofs[0], sk.PrivateKey, "mainnet", withdraw.Bytes(), [20]byte{}, 10)
require.ErrorContains(t, err, "invalid signed signature")
require.ErrorContains(t, err, "invalid signed reshare signature") // spec
})
for _, srv := range servers {
srv.HttpSrv.Close()
Expand Down

0 comments on commit b596736

Please sign in to comment.