Skip to content

Commit

Permalink
fix quality violations
Browse files Browse the repository at this point in the history
  • Loading branch information
uchitsa committed Dec 15, 2024
1 parent dcf2bd9 commit f42da8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/jcabi/http/response/XmlResponseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ void findsDocumentNodesWithXpathAndReturnsThem() throws Exception {
Matchers.hasSize(2)
);
MatcherAssert.assertThat(
"should be equal 1",
response.xml().nodes("/root/a").get(0).xpath("x/text()").get(0),
Matchers.equalTo("1")
);
Expand Down

0 comments on commit f42da8b

Please sign in to comment.