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 0542e27 commit 5119a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void testValidGetOps(String rawPrefix) {

@ParameterizedTest
@ValueSource(
strings = {"hello", "\\\n\t\\\'", "\u0024", "\100", "[_~", "__gravitino_default_catalog/"})
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 5119a21

Please sign in to comment.