Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 729bbb2

Browse files
Fix failing unit test
Co-authored-by: Goran Rojovic <goran-ethernal@users.noreply.github.com>
1 parent bcd77c1 commit 729bbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc/rpc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ func TestInteropEndpointsSendTx(t *testing.T) {
575575
isSignerValid: true,
576576
canGetBatch: true,
577577
isBatchValid: false,
578-
expectedError: "Mismatch detected",
578+
expectedError: "mismatch in state roots detected",
579579
})
580580
})
581581

0 commit comments

Comments
 (0)