mirror of
https://github.com/restic/restic.git
synced 2026-01-05 14:40:47 -05:00
Add comment
This commit is contained in:
parent
173940cbdf
commit
31030baca3
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue