diff --git a/cli/vm/cli_test.go b/cli/vm/cli_test.go index 4ccc29606..20b5e6d3b 100644 --- a/cli/vm/cli_test.go +++ b/cli/vm/cli_test.go @@ -1094,7 +1094,7 @@ func TestRunWithHistoricState(t *testing.T) { e.checkNextLine(t, "READY: loaded 36 instructions") e.checkStack(t, []byte{1}) e.checkNextLine(t, "READY: loaded 36 instructions") - e.checkNextLineExact(t, "Error: at instruction 31 (SYSCALL): System.Contract.Call failed: called contract 73a23e915b66ae406866787f4a6c1c517dc981e2 not found: key not found\n") + e.checkNextLineExact(t, "Error: at instruction 31 (SYSCALL): System.Contract.Call failed: called contract 0f825b050eb8ce9eaa82993e90615025ab798016 not found: key not found\n") } func TestEvents(t *testing.T) {