mirror of
https://github.com/octoleo/restic.git
synced 2025-02-13 09:18:55 +00:00
walk_test: test correct number of items
This commit is contained in:
parent
ca5c0bf78e
commit
18478e2d3d
@ -1360,6 +1360,10 @@ func TestDelayedWalkTree(t *testing.T) {
|
|||||||
}
|
}
|
||||||
i++
|
i++
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if i != len(walktreeTestItems) {
|
||||||
|
t.Fatalf("got %d items, expected %v", i, len(walktreeTestItems))
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user