Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Jin <ltjin@amazon.com>
  • Loading branch information
LantaoJin committed Jul 4, 2024
1 parent 5599eb3 commit 09ca944
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public void test_to_anonymous_string_of_SQLQueryRequest() {
+ "FROM accounts a JOIN employees e";
SQLQueryRequest request =
new SQLQueryRequest(null, query, "/_plugins/_sql", Map.of("pretty", "true"), null);
;
String actualQuery = request.toAnonymousString(QueryDataAnonymizer::anonymizeData);
String expectedQuery =
"SQLQueryRequest(query=( SELECT identifier, identifier, identifier, identifier, identifier"
Expand Down

0 comments on commit 09ca944

Please sign in to comment.