Skip to content

Commit

Permalink
fix PropertyConverterTest
Browse files Browse the repository at this point in the history
  • Loading branch information
yujun777 committed Dec 20, 2023
1 parent f9ddf8c commit f91eca0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public class PropertyConverterTest extends TestWithFeService {

@Override
protected void runBeforeAll() throws Exception {
createDorisCluster();
createDatabase("mock_db");
useDatabase("mock_db");
createTable("create table mock_tbl1 \n" + "(k1 int, k2 int) distributed by hash(k1) buckets 1\n"
Expand Down

0 comments on commit f91eca0

Please sign in to comment.