Skip to content

Commit ab67235

Browse files
committed
fixed test
1 parent 344d751 commit ab67235

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jdbc-v2/src/test/java/com/clickhouse/jdbc/StatementTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ public void testExecuteUpdateDates() throws Exception {
268268
public static Object[][] asyncInsertSettingsDP() {
269269
return new Object[][]{
270270
// asyncInsert, waitEndOfQuery, expectedUpdateCount, expectedSelectCount
271-
{ServerSettings.OFF, ServerSettings.OFF, 10000},
272-
{ServerSettings.OFF, ServerSettings.ON, 10000},
271+
{ServerSettings.OFF, ServerSettings.OFF, 10000, 10000},
272+
{ServerSettings.OFF, ServerSettings.ON, 10000, 10000},
273273
{ServerSettings.ON, ServerSettings.OFF, 0, -1},
274274
{ServerSettings.ON, ServerSettings.ON, 0, 10000}
275275
};

0 commit comments

Comments
 (0)