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 16, 2024
1 parent ff8b761 commit 5a29c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/jcabi/http/wire/FcWireTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ void flushesOnRegularExpressionMatch() throws Exception {
.assertBody(Matchers.containsString("third"));
container.stop();
MatcherAssert.assertThat(
"should be equal 3",
container.queries(),
Matchers.equalTo(3)
);
Expand Down

0 comments on commit 5a29c2d

Please sign in to comment.