Commit 7efecef
committed
Use BTreeMap in test code
Instead of `HashMap` we can use a `BTreeMap` in unit test code, the
functionality is exactly the same although `BTreeMap` does not have a
`with_capacity` constructor.1 parent aa36485 commit 7efecef
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1501 | 1501 | | |
1502 | 1502 | | |
1503 | 1503 | | |
1504 | | - | |
| 1504 | + | |
1505 | 1505 | | |
1506 | 1506 | | |
1507 | 1507 | | |
| |||
0 commit comments