mirror of
https://github.com/restic/restic.git
synced 2025-12-14 02:57:04 +00:00
Remove backend.Tree
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
func testBackend(b backend.Backend, t *testing.T) {
|
||||
for _, tpe := range []backend.Type{
|
||||
backend.Data, backend.Key, backend.Lock,
|
||||
backend.Snapshot, backend.Tree, backend.Index,
|
||||
backend.Snapshot, backend.Index,
|
||||
} {
|
||||
// detect non-existing files
|
||||
for _, test := range TestStrings {
|
||||
|
||||
Reference in New Issue
Block a user