swap test_borrowing_iterator and test_owning_iterator names
This commit is contained in:
parent
8e2ffb5e2a
commit
f7ece78015
1 changed files with 2 additions and 2 deletions
|
@ -757,7 +757,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_owning_iterator() {
|
fn test_borrowing_iterator() {
|
||||||
let tree = make_smt(8192);
|
let tree = make_smt(8192);
|
||||||
|
|
||||||
for (key, _value) in tree.entries() {
|
for (key, _value) in tree.entries() {
|
||||||
|
@ -777,7 +777,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_borrowing_iterator() {
|
fn test_owning_iterator() {
|
||||||
let tree = make_smt(8192);
|
let tree = make_smt(8192);
|
||||||
|
|
||||||
for (key, _value) in tree.entries() {
|
for (key, _value) in tree.entries() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue