Skip to content

Commit

Permalink
cqfn#397 code review
Browse files Browse the repository at this point in the history
  • Loading branch information
HDouss committed Mar 1, 2020
1 parent 38cd220 commit d4fd607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/jpeek/graph/NodeSimpleTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void givesName() throws IOException {
final String name = "name";
final Node.Simple node = new Node.Simple(name);
new Assertion<>(
"Must be more the 2 files",
"Must returns name",
node.name(),
new IsEqual<>(name)
).affirm();
Expand Down

0 comments on commit d4fd607

Please sign in to comment.