Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix error in the test.
"createStatements" returns an Iterator, which results in no elements left to test after foreach for "println". The checks would always succeed.
- Loading branch information