2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 01:20:49 +00:00

Add comment

This commit is contained in:
Alexander Neumann 2016-05-08 13:51:33 +02:00
parent 173940cbdf
commit 31030baca3

View File

@ -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