Skip to content

Commit

Permalink
fix quality violations
Browse files Browse the repository at this point in the history
  • Loading branch information
uchitsa committed Nov 26, 2024
1 parent fc8f0f9 commit bd96f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/jdbc/ListOutcomeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void retrievesList() throws Exception {
)
);
MatcherAssert.assertThat(
names, Matchers.hasSize(2)
"names collection size should be 2", names, Matchers.hasSize(2)
);
}

Expand Down

0 comments on commit bd96f16

Please sign in to comment.