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