mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:57:56 +00:00
Add key hinting (#2097)
This commit is contained in:
@@ -330,7 +330,7 @@ func TestCheckerModifiedData(t *testing.T) {
|
||||
|
||||
beError := &errorBackend{Backend: repo.Backend()}
|
||||
checkRepo := repository.New(beError)
|
||||
test.OK(t, checkRepo.SearchKey(context.TODO(), test.TestPassword, 5))
|
||||
test.OK(t, checkRepo.SearchKey(context.TODO(), test.TestPassword, 5, ""))
|
||||
|
||||
chkr := checker.New(checkRepo)
|
||||
|
||||
|
Reference in New Issue
Block a user