We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.2.0
fluent, infix
jvm, js
2.0.21
expect(mapOf("a" to 1)).notToContainKey("a")
The output:
I expected subject : {a=1} (java.util.Collections.SingletonMap <862682532>) 🚫️ not to ontain key : "a"
Note the missing c
c
not to contain key
The text was updated successfully, but these errors were encountered:
#1883 fix typo in DescriptionMapLikeProof
9ec5ba0
3d106e4
Merge pull request #1885 from robstoll/bugfix/1883-fix-typo-MapLikeDe…
4296ef1
…scription #1883 fix typo in DescriptionMapLikeProof
robstoll
Successfully merging a pull request may close this issue.
Affected Version
1.2.0
API
fluent, infix
Platform
jvm, js
Kotlin Version
2.0.21
How to reproduce the problem?
Describe the bug
The output:
Note the missing
c
Expected behaviour
not to contain key
The text was updated successfully, but these errors were encountered: