Skip to content
Prev Previous commit
Next Next commit
Update Utilities.Tests/Extensions/DictionaryExtensionsTests.cs
  • Loading branch information
siriak authored Feb 5, 2024
commit 50bfcc4f90abce410a2d833e17da68e297472b11
2 changes: 0 additions & 2 deletions Utilities.Tests/Extensions/DictionaryExtensionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ public void AddMany_ShouldAddAllKeyValuePairs()

dictionary.Should().HaveCount(3);

// Post update change
dictionary.Should().ContainKey("one").WhoseValue.Should().Be(1);
dictionary.Should().ContainKey("two").WhoseValue.Should().Be(2);
dictionary.Should().ContainKey("three").WhoseValue.Should().Be(3);

}
}