From 96e9f0dfe597c6997ba0b1934e4e3002cff24967 Mon Sep 17 00:00:00 2001 From: IT-VBFK <49762557+IT-VBFK@users.noreply.github.com> Date: Fri, 8 Apr 2022 09:15:37 +0200 Subject: [PATCH] Update Tests/FluentAssertions.Equivalency.Specs/DataRelationSpecs.cs Co-authored-by: Jonas Nyrup --- Tests/FluentAssertions.Equivalency.Specs/DataRelationSpecs.cs | 2 +- Tests/FluentAssertions.Equivalency.Specs/DataRowSpecs.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); diff --git a/Tests/FluentAssertions.Equivalency.Specs/DataRowSpecs.cs b/Tests/FluentAssertions.Equivalency.Specs/DataRowSpecs.cs index 8d70a28d53..a7d5d61a48 100644 --- a/Tests/FluentAssertions.Equivalency.Specs/DataRowSpecs.cs +++ b/Tests/FluentAssertions.Equivalency.Specs/DataRowSpecs.cs @@ -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