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 4cfe85c commit 5e91401
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -288,7 +288,7 @@ public void When_object_of_type_unequal_to_DataRelation_is_asserted_with_a_DataR
}

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

0 comments on commit 5e91401

Please sign in to comment.