Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
xiedeyantu committed Mar 25, 2024
1 parent c02e5ac commit 9242d03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ public void testShowReplicaDistribution() throws Exception {
executor = new ShowExecutor(connectContext, skewStmt);
resultSet = executor.execute();
Assert.assertEquals(10, resultSet.getResultRows().size());
Assert.assertEquals("4", resultSet.getResultRows().get(4).get(0));
Assert.assertEquals(5, resultSet.getResultRows().get(0).size());
Assert.assertEquals("4", resultSet.getResultRows().get(5).get(0));
Assert.assertEquals(6, resultSet.getResultRows().get(0).size());
}

@Test
Expand Down

0 comments on commit 9242d03

Please sign in to comment.