From 32b29859d7a15e716e28c78b4f34e33a97149bdb Mon Sep 17 00:00:00 2001 From: Hannah Bast Date: Thu, 23 Jan 2025 18:54:45 +0100 Subject: [PATCH] Update test/SparqlDataTypesTest.cpp --- test/SparqlDataTypesTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SparqlDataTypesTest.cpp b/test/SparqlDataTypesTest.cpp index 98021875f6..57a0ec1e85 100644 --- a/test/SparqlDataTypesTest.cpp +++ b/test/SparqlDataTypesTest.cpp @@ -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);