Skip to content

Commit

Permalink
Correction to previous test wrapping commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
MDoerner committed Mar 14, 2017
1 parent a01dfd8 commit 29c403a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RetailCoder.VBE/UnitTesting/TestEngine.cs
Expand Up @@ -98,8 +98,6 @@ public void Run(IEnumerable<TestMethod> tests)
{
Logger.Error("Unexpected COM exception while running tests.", ex);
test.UpdateResult(TestOutcome.Inconclusive, "Unexpected COM exception.");
OnTestCompleted();
continue;
}

stopwatch.Stop();
Expand Down

0 comments on commit 29c403a

Please sign in to comment.