Skip to content

Commit

Permalink
simplify.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel committed Mar 29, 2024
1 parent 1b02100 commit d39cd08
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ public void based_on_parent_collection()
};

var collection = new FormattingArgumentsCollection(TestCultures.nl_BE, parent);
collection.Should().HaveCount(1);
collection.Should().ContainSingle();
}
}

Expand Down

0 comments on commit d39cd08

Please sign in to comment.