Skip to content

Commit 4c1b3a7

Browse files
committed
Fix incorrect assertThat(boolean) usage & simplify assertions
This AssertJ method requires that afterwards you write the actual assertion, e.g. `assertThat(value).isFalse()` `assertThat(value)` on its own does not do anything and always passes.
1 parent 7b65a25 commit 4c1b3a7

File tree

1 file changed

+146
-136
lines changed

1 file changed

+146
-136
lines changed

0 commit comments

Comments
 (0)