Skip to content

Commit

Permalink
Merge pull request #333 from northwesternfintech/fix-syntax-test
Browse files Browse the repository at this point in the history
  • Loading branch information
glasss13 authored Jan 7, 2025
2 parents 2307112 + 876f564 commit 56c27f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exchange/test/src/integration/tests/linter_cpp_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 56c27f1

Please sign in to comment.