mirror of
https://gitlab.uni-marburg.de/langbeid/powersort.git
synced 2025-01-22 19:55:44 +01:00
fix: test data typo
This commit is contained in:
parent
6b0a5394b1
commit
7a8f1c7f8d
@ -18,7 +18,7 @@ public abstract class AbstractSortTest {
|
|||||||
@CsvSource({
|
@CsvSource({
|
||||||
"''",
|
"''",
|
||||||
"1337",
|
"1337",
|
||||||
"|2|3|1",
|
"2|3|1",
|
||||||
"1|1",
|
"1|1",
|
||||||
"2|1|2",
|
"2|1|2",
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user