From d39cd081e8d5395f36a565b4cff5a02ca7e02782 Mon Sep 17 00:00:00 2001 From: Corniel Nobel Date: Fri, 29 Mar 2024 10:47:24 +0100 Subject: [PATCH] simplify. --- .../Formatting/Formatting_arguments_collection_specs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/Qowaiv.Specs/Formatting/Formatting_arguments_collection_specs.cs b/specs/Qowaiv.Specs/Formatting/Formatting_arguments_collection_specs.cs index 702864a0..c9eec937 100644 --- a/specs/Qowaiv.Specs/Formatting/Formatting_arguments_collection_specs.cs +++ b/specs/Qowaiv.Specs/Formatting/Formatting_arguments_collection_specs.cs @@ -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(); } }