Skip to content

Commit 7a3a038

Browse files
authored
Fix AnalyzerTest (opensearch-project#4215)
Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
1 parent e0ffeea commit 7a3a038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/org/opensearch/sql/analysis/AnalyzerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1941,6 +1941,6 @@ public void regex_command_throws_unsupported_exception_with_legacy_engine() {
19411941
field("lastname"), false, stringLiteral("^[A-Z][a-z]+$"))
19421942
.attach(relation("schema"))));
19431943
assertEquals(
1944-
"REGEX is supported only when plugins.calcite.enabled=true", exception.getMessage());
1944+
"Regex is supported only when plugins.calcite.enabled=true", exception.getMessage());
19451945
}
19461946
}

0 commit comments

Comments
 (0)