From be335fff3fdd89379b408e4f060603b01e02ec3a Mon Sep 17 00:00:00 2001 From: Lukas Gasselsberger Date: Fri, 8 Apr 2022 09:48:24 +0200 Subject: [PATCH] Update Tests/FluentAssertions.Equivalency.Specs/DataRelationSpecs.cs --- Tests/FluentAssertions.Equivalency.Specs/DataRelationSpecs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/FluentAssertions.Equivalency.Specs/DataRelationSpecs.cs b/Tests/FluentAssertions.Equivalency.Specs/DataRelationSpecs.cs index 27371ce282..17435edb74 100644 --- a/Tests/FluentAssertions.Equivalency.Specs/DataRelationSpecs.cs +++ b/Tests/FluentAssertions.Equivalency.Specs/DataRelationSpecs.cs @@ -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();