Skip to content

Commit

Permalink
Shorten display name for testGetKeyValuePairs
Browse files Browse the repository at this point in the history
  • Loading branch information
ppouchin committed Apr 4, 2024
1 parent aa0c7aa commit 9bc8b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/fr/igred/ij/plugin/OMEROExtensionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ void testSaveAndGetROIs() {
}


@ParameterizedTest
@ParameterizedTest(name = "[{index}] {0},{1},{2},...")
@CsvSource(delimiter = ';', value = {"image;1;null;testKey1\ttestValue1\ttestKey2\t20",
"image;3;' ';testKey1 testValue1 testKey2 20",
"image;2;&&;testKey1&&testValue2&&testKey2&&30",
Expand Down

0 comments on commit 9bc8b90

Please sign in to comment.