Skip to content

Commit

Permalink
Update externals/kyuubi-flink-sql-engine/src/test/scala/org/apache/ky…
Browse files Browse the repository at this point in the history
…uubi/engine/flink/operation/FlinkOperationSuite.scala

Co-authored-by: SteNicholas <[email protected]>
  • Loading branch information
link3280 and SteNicholas authored Feb 22, 2022
1 parent 1b95822 commit 80020ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ class FlinkOperationSuite extends WithFlinkSQLEngine with HiveJDBCTestHelper {
while (resultSet.next()) {
rows += 1
}
assert(rows == 200)
assert(rows === 200)
}
}
}
Expand Down

0 comments on commit 80020ce

Please sign in to comment.