Skip to content

Commit 07b0e72

Browse files
committed
spotless
1 parent 2eacecd commit 07b0e72

File tree

1 file changed

+2
-1
lines changed
  • quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog

1 file changed

+2
-1
lines changed

quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/GetConfigTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ public void testGetConfig(boolean enableGenericTable) {
9494
.doesNotContain(PolarisEndpoints.V1_CREATE_GENERIC_TABLE);
9595
assertThat(configResponse.endpoints())
9696
.doesNotContain(PolarisEndpoints.V1_DELETE_GENERIC_TABLE);
97-
assertThat(configResponse.endpoints()).doesNotContain(PolarisEndpoints.V1_LIST_GENERIC_TABLES);
97+
assertThat(configResponse.endpoints())
98+
.doesNotContain(PolarisEndpoints.V1_LIST_GENERIC_TABLES);
9899
assertThat(configResponse.endpoints()).doesNotContain(PolarisEndpoints.V1_LOAD_GENERIC_TABLE);
99100
}
100101
}

0 commit comments

Comments
 (0)