Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarus committed Apr 1, 2020
1 parent 7fff241 commit 35b1eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/jpeek/skeleton/SkeletonTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ public void createsXml() {
@Disabled
public void skeletonShouldReflectExactOverloadedCalledMethod() {
new Assertion<>(
"Must overload bar's methods",
"Must find arguments of overloaded method",
XhtmlMatchers.xhtml(
new Skeleton(
new FakeBase("OverloadMethods", "Bar")
new FakeBase("OverloadMethods")
).xml().toString()
),
XhtmlMatchers.hasXPaths(
Expand Down

0 comments on commit 35b1eb4

Please sign in to comment.