Rename because it is ordered
This commit is contained in:
parent
b5b363ae9f
commit
e3cec3423b
28 changed files with 104 additions and 104 deletions
|
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using Xunit;
|
||||
using Xunit.Abstractions;
|
||||
using PersistentMap;
|
||||
using PersistentOrderedMap;
|
||||
|
||||
public class BTreeFuzzTests
|
||||
{
|
||||
|
|
@ -137,7 +137,7 @@ public class BTreeFuzzTests
|
|||
}
|
||||
}
|
||||
|
||||
private void AssertConsistency(SortedDictionary<int, int> expected, TransientMap<int, int, IntStrategy> actual)
|
||||
private void AssertConsistency(SortedDictionary<int, int> expected, TransientOrderedMap<int, int, IntStrategy> actual)
|
||||
{
|
||||
// 1. Count
|
||||
if (expected.Count != actual.Count)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue