mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 02:01:20 +00:00
Fix typo in test
This commit is contained in:
parent
b067a022f0
commit
034c3e41fe
@ -475,7 +475,7 @@ mod tests {
|
||||
|
||||
// Checking the same thing 3 times, why not? It's better to перебдеть.
|
||||
assert_eq!(expected.len(), bucket_nodes.len());
|
||||
for i in 1..expected.len() {
|
||||
for i in 0..expected.len() {
|
||||
assert_eq!(expected[i], bucket_nodes[i], "\n\nposition {}", i);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user