Skip to content

Commit

Permalink
affirm
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Aug 31, 2023
1 parent 9ee0dd1 commit 404e20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/scalar/NotTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ void falseToTrue() throws Exception {
"Must be changed from false to true",
new Not(new False()).value(),
new IsEqual<>(new True().value())
);
).affirm();
}
}

0 comments on commit 404e20d

Please sign in to comment.