Make the test count correct
This commit is contained in:
parent
2fec27c108
commit
e2686cde08
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
|
||||
AutomationTesterHarness testHarness = MatterControlUtilities.RunTest(testToRun);
|
||||
|
||||
Assert.IsTrue(testHarness.AllTestsPassed(7));
|
||||
Assert.IsTrue(testHarness.AllTestsPassed(12));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue