Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-VBFK committed Apr 8, 2022
1 parent be335ff commit 2066fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/FluentAssertions.Equivalency.Specs/DataRowSpecs.cs
Expand Up @@ -360,7 +360,7 @@ public void Data_row_is_not_equivalent_to_another_type()
}

[Fact]
public void When_subject_of_type_DataRowCollection_is_expected_and_is_not_it_fails()
public void Any_type_is_not_equivalent_to_data_row_colletion()
{
// Arrange
var subject = new
Expand Down

0 comments on commit 2066fc5

Please sign in to comment.