Skip to content

Commit

Permalink
#35 wip test for the conflicting values
Browse files Browse the repository at this point in the history
  • Loading branch information
maximv committed Nov 3, 2020
1 parent 482c31b commit 5ceef39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/ImTools.UnitTests/Experimental.ImMap234Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ public void Adding_hash_and_keys_from_1_to_10_and_checking_the_tree_shape_on_eac
Assert.AreSame(ImHashMap234<int, string>.Empty, mr);
}

[Test]
public void Adding_the_conflicting_keys_should_be_fun()
{
}

[Test]
public void Adding_keys_from_1_to_10_and_checking_the_tree_shape_on_each_addition()
{
Expand Down

0 comments on commit 5ceef39

Please sign in to comment.