Skip to content

Commit

Permalink
autolint
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-maynard committed Mar 4, 2025
1 parent 9bbcc6b commit 85b2f86
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ public void testExceedMaxAllowedLocations() {
.setProperties(prop)
.setStorageConfigInfo(awsStorageConfigModel)
.build();
Assertions.assertThatCode(() -> CatalogEntity.fromCatalog(awsCatalog)).doesNotThrowAnyException();
Assertions.assertThatCode(() -> CatalogEntity.fromCatalog(awsCatalog))
.doesNotThrowAnyException();
}

@Test
Expand Down

0 comments on commit 85b2f86

Please sign in to comment.