Skip to content

Commit

Permalink
Removes an assertion that was no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Young committed Mar 5, 2018
1 parent 00fd8d6 commit 1242030
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mulligan.Tests/RetryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ int Function()
Assert.AreEqual(2, results.Retries[1].Value);
Assert.AreEqual(3, results.Retries[2].Value);
Assert.AreEqual(5, results.Retries[3].Value);
Assert.AreEqual(default(int), results.Result.Value);
Assert.IsNull(results.Result);
Assert.IsFalse(results.IsCompletedSuccessfully);
Assert.IsTrue(results.Failures.All(f => !f.IsCompletedSuccessfully));
Expand Down

0 comments on commit 1242030

Please sign in to comment.