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 84d1389 commit 45b705f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -256,7 +256,7 @@ public void When_ChildColumns_do_not_match_and_property_is_excluded_it_should_su
}

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

0 comments on commit 45b705f

Please sign in to comment.