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