From e6cc79a2ecbaf375145e764183442656b4f96352 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 31 Jan 2021 16:13:24 +0100 Subject: [PATCH] Fix comment --- handlers_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handlers_test.go b/handlers_test.go index 72b82f5..71fdaab 100644 --- a/handlers_test.go +++ b/handlers_test.go @@ -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) }