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

Improved diffing for containsExactly #84

Merged
merged 4 commits into from
Apr 1, 2018
Merged

Conversation

evant
Copy link
Collaborator

@evant evant commented Mar 31, 2018

No description provided.

if (index in 0 until actual.size) {
f(assert(actual[index], "${name ?: ""}${show(index, "[]")}"))
if (index in 0 until actual.size)
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some strange formatting here. Might want to run ktlint

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

nishtahir
nishtahir previously approved these changes Mar 31, 2018
nishtahir
nishtahir previously approved these changes Mar 31, 2018
@evant evant merged commit 1938d93 into master Apr 1, 2018
@evant evant deleted the collection-assertions branch July 1, 2018 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants