mirror of https://github.com/restic/restic.git
Add comment
This commit is contained in:
parent
173940cbdf
commit
31030baca3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue