You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.WithMessage($"Expected r.Prop to be \"Prop2\", but \"Prop1\" differs near \"1\" (index 4).");
43
+
.Throw<XunitException>();
45
44
}
46
45
47
46
[Fact]
@@ -59,8 +58,7 @@ public void A_reason_with_another_type_throw_exception()
59
58
.That.Satisfy<AnotherReason>(r =>{});
60
59
61
60
action.Should()
62
-
.Throw<XunitException>()
63
-
.WithMessage($"Reason should be of type 'FluentResults.Extensions.FluentAssertions.Test.AnotherReason', but is of type 'FluentResults.Extensions.FluentAssertions.Test.SomeReason'");
0 commit comments