-
Notifications
You must be signed in to change notification settings - Fork 945
Adding Limit/Limbo spec tests for go/index-free #1960
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
Conversation
@@ -1021,11 +1021,11 @@ abstract class TestRunner { | |||
); | |||
}); | |||
for (const expectedLimboDoc of this.expectedLimboDocs) { | |||
expect( | |||
actualLimboDocs.get(expectedLimboDoc), | |||
expect(actualLimboDocs.get(expectedLimboDoc)).to.not.equal( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI: Using equal
makes the custom error message show up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed your feedback. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Adding 2 tests for edge cases that require us to parse more documents that contained in the TargetQueryMapping.