Skip to content

Commit 21c543b

Browse files
authored
Update Utilities.Tests/Extensions/DictionaryExtensionsTests.cs
1 parent 5f6d3c8 commit 21c543b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Utilities.Tests/Extensions/DictionaryExtensionsTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,4 @@ public void AddMany_ShouldAddManyKeyValuePairs_WhenAddingLargeEnumerable()
130130
dictionary.Should().HaveCount(10000);
131131
dictionary[9999].Should().Be("Value9999");
132132
}
133-
134-
135133
}

0 commit comments

Comments
 (0)