ma2gedev / power_assert_ex

Power Assert in Elixir. Shows evaluation results each expression.
https://github.com/ma2gedev/power_assert_ex
Other
214 stars 6 forks source link

$ mix format #15

Closed ma2gedev closed 3 years ago

ma2gedev commented 6 years ago

tried to apply mix format

the following test failed:

  1) test unary ops expr (PowerAssertAssertionTest)
     test/power_assert_test.exs:778
     Assertion with == failed
     code:  assert expect == error.message()
     left:  "not x\n|   |\n|   true\nfalse"
     right: "not(x)\n|   |\n|   true\nfalse"
     stacktrace:
       test/power_assert_test.exs:798: (test)

because of this commit https://github.com/elixir-lang/elixir/commit/3e7966806e4e3c2597e462d89eba7076e9ff8065

ma2gedev commented 6 years ago

Ebert has finished reviewing this Pull Request and has found:

But beware that this branch is 5 commits behind the ma2gedev:master branch, and a review of an up to date branch would produce more accurate results.

You can see more details about this review at https://ebertapp.io/github/ma2gedev/power_assert_ex/pulls/15.