diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-09-21 09:59:05 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-09-21 09:59:05 +0300 |
commit | 7ea1f64fa8dea32b5ba378f91487c83b8e62ffb7 (patch) | |
tree | 2fbb0e19bf1329abdfe5074b48b6f3778a011d0b /RhSolutions.ML.Tests | |
parent | 741fa8e4b5c350b386b54b04fa2b7271fad3372e (diff) |
Update Wastepipe branch
Diffstat (limited to 'RhSolutions.ML.Tests')
-rw-r--r-- | RhSolutions.ML.Tests/Tests.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RhSolutions.ML.Tests/Tests.cs b/RhSolutions.ML.Tests/Tests.cs index 9972598..64b75fd 100644 --- a/RhSolutions.ML.Tests/Tests.cs +++ b/RhSolutions.ML.Tests/Tests.cs @@ -44,6 +44,7 @@ public class Tests [TestCase("Тройник 50/50/45")] [TestCase("Тройник 50/50/45°")] + [TestCase("Тройник 50 50 45")] public void WastePipeBranchTest(string name) { Product p = new() |