Skip to content

Commit 2c1099f

Browse files
committed
fix IT
1 parent bdc31b7 commit 2c1099f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeIdempotentIT.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public void testCreateUserIdempotent() throws Exception {
311311
"create database root.sg1",
312312
"count databases",
313313
"count,",
314-
Collections.singleton("1,"));
314+
Collections.singleton("2,"));
315315
}
316316

317317
@Test
@@ -333,7 +333,7 @@ public void testGrantRoleToUserIdempotent() throws Exception {
333333
"create database root.sg1",
334334
"count databases",
335335
"count,",
336-
Collections.singleton("1,"));
336+
Collections.singleton("2,"));
337337
}
338338

339339
@Test
@@ -346,7 +346,7 @@ public void testRevokeUserIdempotent() throws Exception {
346346
"create database root.sg1",
347347
"count databases",
348348
"count,",
349-
Collections.singleton("1,"));
349+
Collections.singleton("2,"));
350350
}
351351

352352
@Test
@@ -371,7 +371,7 @@ public void testRevokeRoleFromUserIdempotent() throws Exception {
371371
"create database root.sg1",
372372
"count databases",
373373
"count,",
374-
Collections.singleton("1,"));
374+
Collections.singleton("2,"));
375375
}
376376

377377
@Test
@@ -382,7 +382,7 @@ public void testDropUserIdempotent() throws Exception {
382382
"create database root.sg1",
383383
"count databases",
384384
"count,",
385-
Collections.singleton("1,"));
385+
Collections.singleton("2,"));
386386
}
387387

388388
@Test

0 commit comments

Comments
 (0)