From a509879676f161f47809fa159b90c1e1b49f1bb4 Mon Sep 17 00:00:00 2001 From: red Date: Mon, 30 Oct 2023 14:06:07 +0100 Subject: [PATCH] update Google test --- test/com/j0rsa/labot/client/GoogleTest.kt | 1 + 1 file changed, 1 insertion(+) 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( "Какой-то пример", "Некоторый пример", + "Некоторые примеры", ) } })