diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-01 22:36:14 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-01 22:36:14 +0300 |
commit | eb14b9a82ac20c7bc5675056277dfe8023341502 (patch) | |
tree | 53e3c804cfb07e1c718d27c1aa9da8bb21b08967 /RhSolutions.Api.Tests/ProductQueryModifierTests.cs | |
parent | be495497235ea99b778af9886efa43720060cacf (diff) |
Fix NN-NN couplings
Diffstat (limited to 'RhSolutions.Api.Tests/ProductQueryModifierTests.cs')
-rw-r--r-- | RhSolutions.Api.Tests/ProductQueryModifierTests.cs | 1 |
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); |