diff --git a/exchange/test/src/integration/tests/linter_cpp_test.cpp b/exchange/test/src/integration/tests/linter_cpp_test.cpp index b66bc4c2..8c82ad0b 100644 --- a/exchange/test/src/integration/tests/linter_cpp_test.cpp +++ b/exchange/test/src/integration/tests/linter_cpp_test.cpp @@ -125,8 +125,7 @@ TEST(IntegrationLinterCppTest, SyntaxErrorDetection) { auto lint_result = spawn_client(SYNTAX_ERROR, AlgoLanguage::cpp); ASSERT_FALSE(lint_result.success); - EXPECT_TRUE(lint_result.message.contains("‘SYNTAX’ was not declared in this scope") - ); + EXPECT_TRUE(lint_result.message.contains("SYNTAX ERROR")); } TEST(IntegrationLinterCppTest, RuntimeError)