Make the test count correct

This commit is contained in:
Lars Brubaker 2016-09-27 15:33:35 -07:00
parent 2fec27c108
commit e2686cde08

View file

@ -101,7 +101,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
AutomationTesterHarness testHarness = MatterControlUtilities.RunTest(testToRun);
Assert.IsTrue(testHarness.AllTestsPassed(7));
Assert.IsTrue(testHarness.AllTestsPassed(12));
}
}
}