Skip to content

Commit

Permalink
Update Tests/FluentAssertions.Equivalency.Specs/DataRelationSpecs.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Nyrup <jnyrup@users.noreply.github.com>
  • Loading branch information
IT-VBFK and jnyrup committed Apr 8, 2022
1 parent 5e91401 commit 84d1389
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -320,7 +320,7 @@ public void Null_is_not_equivalent_to_a_data_relation()
}

[Fact]
public void When_data_relation_is_expected_to_be_null_and_isnt_the_test_fails()
public void Data_relation_is_not_equivalent_to_null()
{
// Arrange
var dataSet = new DataSet();
Expand Down

0 comments on commit 84d1389

Please sign in to comment.