From 31030baca3653eb26f276b4c2f0339d096d496f0 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 8 May 2016 13:51:33 +0200 Subject: [PATCH] Add comment --- src/restic/repository/testing.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/restic/repository/testing.go b/src/restic/repository/testing.go index f35954efa..f45714d80 100644 --- a/src/restic/repository/testing.go +++ b/src/restic/repository/testing.go @@ -13,6 +13,7 @@ func TestBackend(t testing.TB) (be backend.Backend, cleanup func()) { return mem.New(), func() {} } +// TestPassword is used for all repositories created by the Test* functions. const TestPassword = "geheim" // TestRepositoryWithBackend returns a repository initialized with a test