diff --git a/test/com/j0rsa/labot/client/GoogleTest.kt b/test/com/j0rsa/labot/client/GoogleTest.kt index bb54f0a..1f33b3b 100644 --- a/test/com/j0rsa/labot/client/GoogleTest.kt +++ b/test/com/j0rsa/labot/client/GoogleTest.kt @@ -10,6 +10,7 @@ class GoogleTest : StringSpec({ Google.translateEnToRu("Some example") shouldBeIn listOf( "Какой-то пример", "Некоторый пример", + "Некоторые примеры", ) } })