From 62a83a91747d3125096c23e1c42a62584f4552a6 Mon Sep 17 00:00:00 2001 From: Ziedelth Date: Mon, 4 Nov 2024 07:45:58 +0100 Subject: [PATCH] test: add more short name condition --- src/test/kotlin/fr/shikkanime/utils/StringUtilsTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/kotlin/fr/shikkanime/utils/StringUtilsTest.kt b/src/test/kotlin/fr/shikkanime/utils/StringUtilsTest.kt index f61b2ba1..3d2d1316 100644 --- a/src/test/kotlin/fr/shikkanime/utils/StringUtilsTest.kt +++ b/src/test/kotlin/fr/shikkanime/utils/StringUtilsTest.kt @@ -66,6 +66,7 @@ class StringUtilsTest { "Anime KAPIBARASAN" to "KAPIBARASAN", "Anime AzurLane: Slow Ahead!" to "AzurLane: Slow Ahead!", "I Tried Asking While Kowtowing." to "DOGEZA", + "Demon Slayer: Kimetsu no Yaiba - L’entraînement des piliers" to "Demon Slayer", ) list.forEach { (input, expected) -> @@ -101,6 +102,7 @@ class StringUtilsTest { "MIX" to "mix", "Loner Life in Another World" to "loner-life-in-another-world", "I Tried Asking While Kowtowing." to "dogeza", + "Demon Slayer: Kimetsu no Yaiba - L’entraînement des piliers" to "demon-slayer", ) list.forEach { (input, expected) ->