mirror of
https://github.com/restic/restic.git
synced 2026-09-22 03:58:31 +00:00
Rename ListIDs -> List
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ func TestRepository(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
ids, err := repo.ListIDs(tpe)
|
||||
ids, err := repo.List(tpe)
|
||||
ok(t, err)
|
||||
|
||||
sort.Sort(ids)
|
||||
|
||||
Reference in New Issue
Block a user