Skip to content

Commit

Permalink
merge error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Battermann committed Jan 17, 2016
1 parent da1620f commit 8b26347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Chessie.CSharp.Test/ExtensionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ public void ToResultOnNoneShoulFail()
result.Match(
ifSuccess: (x, _) => Assert.Fail(),
ifFailure: errs => Assert.That(errs, Is.EquivalentTo(new[] {"error"})));

}
}
}

0 comments on commit 8b26347

Please sign in to comment.