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 96e9f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion Tests/FluentAssertions.Equivalency.Specs/DataRowSpecs.cs
Expand Up @@ -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
Expand Down

0 comments on commit 96e9f0d

Please sign in to comment.