Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Oct 18, 2024
1 parent 5119a21 commit 8f5234c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ public void testValidGetOps(String rawPrefix) {
}

@ParameterizedTest
@ValueSource(
strings = {"hello", "\\\n\t\\\'", "\u0024", "\100", "[_~", "default_catalog/"})
@ValueSource(strings = {"hello", "\\\n\t\\\'", "\u0024", "\100", "[_~", "default_catalog/"})
public void testInvalidGetOps(String rawPrefix) {
Map<String, String> config = Maps.newHashMap();
IcebergCatalogWrapperManager manager = new IcebergCatalogWrapperManager(config);
Expand Down

0 comments on commit 8f5234c

Please sign in to comment.