Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
wankai123 committed Nov 6, 2024
1 parent b0dbd53 commit e031c27
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void testEndpointAnalysis() {
Assertions.assertEquals("(long)(1)", method.getArgsExpressions().get(1));

List<SourceColumn> source = result.getFieldsFromSource();
Assertions.assertEquals(2, source.size());
Assertions.assertEquals(8, source.size());

List<DataColumn> persistentFields = result.getPersistentFields();
Assertions.assertEquals(4, persistentFields.size());
Expand Down Expand Up @@ -117,7 +117,7 @@ public void testFilterAnalysis() {
Assertions.assertEquals("(long)(1)", method.getArgsExpressions().get(1));

List<SourceColumn> source = result.getFieldsFromSource();
Assertions.assertEquals(2, source.size());
Assertions.assertEquals(8, source.size());

List<DataColumn> persistentFields = result.getPersistentFields();
Assertions.assertEquals(4, persistentFields.size());
Expand Down

0 comments on commit e031c27

Please sign in to comment.