Skip to content

Commit

Permalink
See if this passes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
glasss13 committed Dec 23, 2024
1 parent 2307112 commit 9e701d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange/test/src/integration/tests/linter_cpp_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +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' was not declared in this scope")
);
}

Expand Down

0 comments on commit 9e701d3

Please sign in to comment.