Skip to content

Commit

Permalink
Updated test method TestRecoveronFlatmap()
Browse files Browse the repository at this point in the history
  • Loading branch information
aahoogendoorn committed Oct 8, 2016
1 parent b9c5059 commit a662cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Monads/Monads.Test/TryTest.cs
Expand Up @@ -45,6 +45,7 @@ public void TestRecoverOnFlatMap()
.Recover(ex => repo.Create("Jaap"));

Assert.IsTrue(result.IsSuccess);
Assert.AreEqual(result.Value.Name, "Jaap");
}

[TestMethod]
Expand Down

0 comments on commit a662cbe

Please sign in to comment.