summaryrefslogtreecommitdiff
path: root/RhSolutions.ML.Tests/RautitanTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'RhSolutions.ML.Tests/RautitanTests.cs')
-rw-r--r--RhSolutions.ML.Tests/RautitanTests.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/RhSolutions.ML.Tests/RautitanTests.cs b/RhSolutions.ML.Tests/RautitanTests.cs
index 21c6bde..3eec652 100644
--- a/RhSolutions.ML.Tests/RautitanTests.cs
+++ b/RhSolutions.ML.Tests/RautitanTests.cs
@@ -20,6 +20,10 @@ public class RautitanTests : TestBase
[TestCaseSource(typeof(PradoDataset))]
public void PradoTests(Product expexted)
=> Execute(expexted);
+
+ [TestCaseSource(typeof(MiscDataset))]
+ public void MiscTest(Product expected)
+ => Execute(expected);
[TestCase("Гильза 16")]
[TestCase("Пресс-втулка")]