Skip to content

Commit

Permalink
Removed parameterized test names
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraLS3 committed Mar 16, 2021
1 parent ebffd88 commit 1c8fa4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void fullTarget() {
assertEquals(expected, result);
}

@ParameterizedTest(name = "URIPath {0} gets part {1}: {2}")
@ParameterizedTest
@CsvSource({
"/", "0", " ",
"/example/target", "0", "example",
Expand Down Expand Up @@ -101,7 +101,7 @@ void omitFirstFullTarget() {
assertEquals(expected, result);
}

@ParameterizedTest(name = "URIPath {0} removes parts before part {1}: {2}")
@ParameterizedTest
@CsvSource({
"/example/target", "1", "/target",
"/example/target/", "2", "/",
Expand Down

0 comments on commit 1c8fa4c

Please sign in to comment.