fix: test data typo

This commit is contained in:
Daniel Langbein 2024-12-17 08:40:04 +00:00
parent 6b0a5394b1
commit 7a8f1c7f8d
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -18,7 +18,7 @@ public abstract class AbstractSortTest {
@CsvSource({
"''",
"1337",
"|2|3|1",
"2|3|1",
"1|1",
"2|1|2",
})