Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix QueryTest.testWhereValued() #103

Closed
wants to merge 1 commit into from

Conversation

jeffdgr8
Copy link
Collaborator

I noticed the QueryTest.testWhereNullOrMissing() test case TestCase(address.notNullOrMissing(), 2) became TestCase(address.isNotValued(), 2) in testWhereValued() which should be incorrect, but the test was still passing. Correcting it as TestCase(address.isValued(), 2) passed as well. On further inspection, the < should actually be <=, which properly causes the current state to fail and the corrected to pass.

@bmeike bmeike force-pushed the master branch 2 times, most recently from dbfab0e to bb3027b Compare July 18, 2022 19:21
@bmeike
Copy link
Contributor

bmeike commented Jul 19, 2022

Fix in 3.1 release

@bmeike bmeike closed this Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants