Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jun 28, 2018
2 parents d87727e + 11cce0d commit 98e0448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/org/jpeek/MetricsTest.java
Expand Up @@ -28,6 +28,7 @@
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.Collection;
import java.util.Locale;
import org.cactoos.collection.CollectionOf;
import org.cactoos.text.TextOf;
import org.hamcrest.MatcherAssert;
Expand Down Expand Up @@ -223,6 +224,7 @@ public void testsTarget() throws IOException {
),
XhtmlMatchers.hasXPaths(
String.format(
Locale.US,
xpath,
this.target, this.value
)
Expand Down

0 comments on commit 98e0448

Please sign in to comment.