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
When your expectation is defined as field, it does not get printed:
val expected = Set(1, 2) test("foo"){ expect(Set(1,2,3) == expected) }
expect(Set(1,2,3) == expected) | | | false Set(1, 2, 3)
The text was updated successfully, but these errors were encountered:
Merge pull request pniederw#9 from xuwei-k/update-sbt-plugins
6ac2c33
update sbt plugins
No branches or pull requests
When your expectation is defined as field, it does not get printed:
The text was updated successfully, but these errors were encountered: