mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 12:34:13 +00:00
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() {}
|
return mem.New(), func() {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TestPassword is used for all repositories created by the Test* functions.
|
||||||
const TestPassword = "geheim"
|
const TestPassword = "geheim"
|
||||||
|
|
||||||
// TestRepositoryWithBackend returns a repository initialized with a test
|
// TestRepositoryWithBackend returns a repository initialized with a test
|
||||||
|
Loading…
Reference in New Issue
Block a user