From a2d4d74e4452a2a5222934f06d2c7635686de1f6 Mon Sep 17 00:00:00 2001 From: Rodion Mostovoi <36400912+rodion-m@users.noreply.github.com> Date: Mon, 29 Jul 2024 01:15:55 +0500 Subject: [PATCH] Remove Notebook test data from ChatGptTranslatorServiceTests This change involves the removal of the 'Notebook' test data from the ChatGptTranslatorServiceTests. This adjustment streamlines the test cases by focusing on fewer items, possibly to align with current testing requirements. --- .../ChatGptTranslatorServiceTests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/OpenAI.ChatGpt.IntegrationTests/ChatGptTranslatorServiceTests.cs b/tests/OpenAI.ChatGpt.IntegrationTests/ChatGptTranslatorServiceTests.cs index 9587b78..633e87a 100644 --- a/tests/OpenAI.ChatGpt.IntegrationTests/ChatGptTranslatorServiceTests.cs +++ b/tests/OpenAI.ChatGpt.IntegrationTests/ChatGptTranslatorServiceTests.cs @@ -49,7 +49,6 @@ public async Task Translate_object_from_English_to_Russian() { new(1,"Book", 5), new(2,"Pen", 10), - new(3,"Notebook", 3) } ); @@ -57,7 +56,6 @@ public async Task Translate_object_from_English_to_Russian() { { "Book", "Книга" }, { "Pen", "Ручка" }, - { "Notebook", "Тетрадь" } }; // Act