Skip to content

Commit 71818cb

Browse files
committed
cleanup
1 parent 1115994 commit 71818cb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

wayang-api/wayang-api-sql/src/test/java/org/apache/wayang/api/sql/SqlToWayangRelTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,10 @@ public void filterIsNotValue() throws Exception {
220220
final WayangPlan wayangPlan = t.field1;
221221

222222
sqlContext.execute(wayangPlan);
223-
System.out.println("result: " + result);
224223

225224
assert (!result.stream().anyMatch(record -> record.getField(0).equals("test1")));
226225
}
227-
226+
228227

229228
@Test
230229
public void filterIsNotNull() throws Exception {

0 commit comments

Comments
 (0)