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

contains all no longer working in infix #771

Closed
robstoll opened this issue Jan 8, 2021 · 0 comments · Fixed by #772
Closed

contains all no longer working in infix #771

robstoll opened this issue Jan 8, 2021 · 0 comments · Fixed by #772
Assignees
Labels
Milestone

Comments

@robstoll
Copy link
Owner

robstoll commented Jan 8, 2021

Affected Version: 0.15.0
API (fluent-en_GB, infix-en_GB): infix-en_GB
Platform (jvm, js): all
Extension (none, kotlin 1.3): none

How to reproduce the problem

Consider the following code snippet

expect(mapOf(1 to 2)) contains all(keyValue(1) { isLessThan(3) }, keyValue(2) { toBe(2) })

Describe the bug

all was replaced by keyValues in 0.15.0 instead of deprecating all and adding keyValues as replacement

Expected behaviour

no breaking changes in minor versions, i.e. all should have been deprecated but not removed

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