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

typo in Expect<Map>.notToContainKey #1883

Closed
robstoll opened this issue Dec 24, 2024 · 0 comments · Fixed by #1885
Closed

typo in Expect<Map>.notToContainKey #1883

robstoll opened this issue Dec 24, 2024 · 0 comments · Fixed by #1885
Assignees
Labels
Milestone

Comments

@robstoll
Copy link
Owner

Affected Version

1.2.0

API

fluent, infix

Platform

jvm, js

Kotlin Version

2.0.21

How to reproduce the problem?

expect(mapOf("a" to 1)).notToContainKey("a")

Describe the bug

The output:

I expected subject   : {a=1}        (java.util.Collections.SingletonMap <862682532>)
🚫️ not to ontain key : "a"

Note the missing c

Expected behaviour

not to contain key

@robstoll robstoll added the bug label Dec 24, 2024
@robstoll robstoll added this to the 1.3.0 milestone Dec 24, 2024
@robstoll robstoll self-assigned this Dec 24, 2024
robstoll added a commit that referenced this issue Dec 27, 2024
…scription

#1883 fix typo in DescriptionMapLikeProof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant