Skip to content

Commit b22dc16

Browse files
committed
chore: fix test expectation
Signed-off-by: Matt Leon <[email protected]>
1 parent e25c4f1 commit b22dc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtime_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ TEST_P(TestVm, TerminateExecution) {
102102
// Check integration logs.
103103
auto *host = dynamic_cast<TestIntegration *>(wasm.wasm_vm()->integration().get());
104104
EXPECT_TRUE(host->isErrorLogged("Function: infinite_loop failed"));
105-
EXPECT_TRUE(host->isErrorLogged("termination_exception"));
105+
EXPECT_TRUE(host->isErrorLogged("TerminationException"));
106106
}
107107

108108
TEST_P(TestVm, WasmMemoryLimit) {

0 commit comments

Comments
 (0)