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

shouldNotBeNull does not work #49

Closed
codeslubber opened this issue Nov 13, 2015 · 1 comment
Closed

shouldNotBeNull does not work #49

codeslubber opened this issue Nov 13, 2015 · 1 comment

Comments

@codeslubber
Copy link

Does the opposite:

shouldNotBeNull(agentCommission)

Yields this result:

  java.lang.AssertionError: . Expected value to be null, but was: <Payout@326de728>.
    at kotlin.test.DefaultAsserter.fail(TestJVM.kt:79)
    at kotlin.test.Asserter$DefaultImpls.assertTrue(Test.kt:112)
    at kotlin.test.DefaultAsserter.assertTrue(TestJVM.kt:73)
    at kotlin.test.Asserter$DefaultImpls.assertNull(Test.kt:149)

Opposite of what is expressed.

@hhariri
Copy link
Contributor

hhariri commented Nov 15, 2015

Should be fixed now.

@hhariri hhariri closed this as completed Nov 15, 2015
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

No branches or pull requests

2 participants