summaryrefslogtreecommitdiff
path: root/RhSolutions.Api.Tests
diff options
context:
space:
mode:
Diffstat (limited to 'RhSolutions.Api.Tests')
-rw-r--r--RhSolutions.Api.Tests/ProductQueryModifierTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/RhSolutions.Api.Tests/ProductQueryModifierTests.cs b/RhSolutions.Api.Tests/ProductQueryModifierTests.cs
index 0756d4f..d2823f9 100644
--- a/RhSolutions.Api.Tests/ProductQueryModifierTests.cs
+++ b/RhSolutions.Api.Tests/ProductQueryModifierTests.cs
@@ -26,6 +26,7 @@ public class ProductQueryModifierTests
[TestCase("Муфта соединительная", "муфта 20", "Муфта соединительная равнопроходная 20")]
[TestCase("Муфта соединительная", "переходник 20-16", "Муфта соединительная переходная 20-16")]
+ [TestCase("Муфта соединительная", "Соединение труба-труба 20/20, бронза", "Муфта соединительная равнопроходная 20")]
public void CouplingTest(string productType, string query, string modified) =>
Test(productType, query, modified);