diff options
Diffstat (limited to 'RhSolutions.ML.Tests')
-rw-r--r-- | RhSolutions.ML.Tests/Tests.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/RhSolutions.ML.Tests/Tests.cs b/RhSolutions.ML.Tests/Tests.cs index 0349ddb..bf09d21 100644 --- a/RhSolutions.ML.Tests/Tests.cs +++ b/RhSolutions.ML.Tests/Tests.cs @@ -43,10 +43,8 @@ public class Tests } [TestCase("Тройник 50/50/45")] - [TestCase("Тройник 110 110 45")] - [TestCase("Тройник 50 50 87")] - [TestCase("Тройник 50 50 45")] - public void TPiecePianoTest(string name) + [TestCase("Тройник 50/50/45°")] + public void WastePipeBranchTest(string name) { Product p = new() { |