Skip to content

Commit

Permalink
SAVEPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Jan 24, 2025
1 parent ae3290c commit 42ee0f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public void When_a_method_is_decorated_with_an_attribute_it_should_allow_chainin
Action act = () => methodInfo.Should().BeDecoratedWith<DummyMethodAttribute>().Which.Filter.Should().BeFalse();

// Assert
act.Should().Throw<XunitException>();
act.Should().Throw<XunitException>().WithMessage("Expected DummyMethodAttribute.Filter to be False, but found True");
}

[Fact]
Expand Down

0 comments on commit 42ee0f0

Please sign in to comment.