Skip to content

Commit

Permalink
Update test/SparqlDataTypesTest.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahbast authored Jan 23, 2025
1 parent 599aecd commit 32b2985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SparqlDataTypesTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ TEST(SparqlDataTypesTest, VariableNormalizesDollarSign) {
TEST(SparqlDataTypesTest, VariableInvalidNamesThrowException) {
if constexpr (!ad_utility::areExpensiveChecksEnabled) {
GTEST_SKIP()
<< "legality of variable names is only checked with expensive checks";
<< "validity of variable names is only checked with expensive checks";
}
EXPECT_THROW(Variable("no_leading_var_or_dollar", true),
ad_utility::Exception);
Expand Down

0 comments on commit 32b2985

Please sign in to comment.