Skip to content

Commit

Permalink
feat(objectionary#889): fix the test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Dec 1, 2024
1 parent 032e367 commit d1a294d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void convertsToNumberedSeq() throws ImpossibleModificationException {

@ParameterizedTest
@MethodSource("sequences")
void correctlyComputesSize(
void computesSize(
final DirectivesSeq actual, final int expected
) throws ImpossibleModificationException {
MatcherAssert.assertThat(
Expand Down

0 comments on commit d1a294d

Please sign in to comment.