Skip to content

Commit 4d74aac

Browse files
committed
fix
1 parent ff7cb2b commit 4d74aac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paimon-core/src/test/java/org/apache/paimon/rest/RESTCatalogTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ void testBranches() throws Exception {
252252
assertThat(restCatalog.listBranches(identifier)).containsOnly("my_branch");
253253
restCatalog.dropBranch(identifier, "my_branch");
254254
assertThat(restCatalog.listBranches(identifier)).isEmpty();
255-
256255
}
257256

258257
@Override

0 commit comments

Comments
 (0)