Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Oct 16, 2024
1 parent 85a6c40 commit 39dccb3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ public void testInvalidIcebergTableOps() {
provider.setClient(client);

Assertions.assertThrowsExactly(
IllegalArgumentException.class, () -> provider.getIcebergCatalogWrapper(invalidCatalogName));
IllegalArgumentException.class,
() -> provider.getIcebergCatalogWrapper(invalidCatalogName));
Assertions.assertThrowsExactly(
IllegalArgumentException.class, () -> provider.getIcebergCatalogWrapper(""));
Assertions.assertThrowsExactly(
Expand Down

0 comments on commit 39dccb3

Please sign in to comment.