Fix comment

This commit is contained in:
Alexander Neumann
2021-01-31 16:13:24 +01:00
committed by Michael Eischer
parent 7fe16b69b2
commit e6cc79a2ec

View File

@@ -224,8 +224,8 @@ func TestResticHandler(t *testing.T) {
{createOverwriteDeleteSeq(t, "/parent2/data/"+fileID, data)},
}
// setup rclone with a local backend in a temporary directory
tempdir, err := ioutil.TempDir("", "rclone-restic-test-")
// setup the server with a local backend in a temporary directory
tempdir, err := ioutil.TempDir("", "rest-server-test-")
if err != nil {
t.Fatal(err)
}