backend: remove unused Location method
This commit is contained in:
parent
eb6c653f89
commit
0c1ba6d95d
14 changed files with 0 additions and 81 deletions
|
@ -36,7 +36,6 @@ func TestDry(t *testing.T) {
|
|||
content string
|
||||
wantErr string
|
||||
}{
|
||||
{d, "loc", "", "DRY:RAM", ""},
|
||||
{d, "delete", "", "", ""},
|
||||
{d, "stat", "a", "", "not found"},
|
||||
{d, "list", "", "", ""},
|
||||
|
@ -76,11 +75,6 @@ func TestDry(t *testing.T) {
|
|||
if files != step.content {
|
||||
t.Errorf("%d. List = %q, want %q", i, files, step.content)
|
||||
}
|
||||
case "loc":
|
||||
loc := step.be.Location()
|
||||
if loc != step.content {
|
||||
t.Errorf("%d. Location = %q, want %q", i, loc, step.content)
|
||||
}
|
||||
case "delete":
|
||||
err = step.be.Delete(ctx)
|
||||
case "remove":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue