We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6d3c8 commit 21c543bCopy full SHA for 21c543b
Utilities.Tests/Extensions/DictionaryExtensionsTests.cs
@@ -130,6 +130,4 @@ public void AddMany_ShouldAddManyKeyValuePairs_WhenAddingLargeEnumerable()
130
dictionary.Should().HaveCount(10000);
131
dictionary[9999].Should().Be("Value9999");
132
}
133
-
134
135
0 commit comments