Skip to content

Commit

Permalink
Minor test naming improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
ITaluone committed Apr 6, 2022
1 parent 7e21f7d commit 7ea04f8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1195,7 +1195,7 @@ public void When_asserting_document_has_two_child_elements_but_it_does_have_thre
}

[Fact]
public void Chaining_which_after_asserting_document_has_more_than_two_child_elements_it_fails()
public void Chaining_which_after_asserting_and_the_document_has_more_than_two_child_elements_it_fails()
{
// Arrange
var document = XDocument.Parse(
Expand Down

0 comments on commit 7ea04f8

Please sign in to comment.