Skip to content

Commit

Permalink
Remove usage of method name in test method name (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-VBFK committed Sep 11, 2022
1 parent 98caf57 commit 6775e8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class MemberMatchingSpecs
{
[Fact]
[SuppressMessage("ReSharper", "StringLiteralTypo")]
public void When_using_ExcludingMissingMembers_both_fields_and_properties_should_be_ignored()
public void When_excluding_missing_members_both_fields_and_properties_should_be_ignored()
{
// Arrange
var class1 = new ClassWithSomeFieldsAndProperties
Expand Down

0 comments on commit 6775e8c

Please sign in to comment.