Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/backup/backup_test.go')
-rw-r--r--internal/backup/backup_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/backup/backup_test.go b/internal/backup/backup_test.go
index 81e87a33a..96a06fba3 100644
--- a/internal/backup/backup_test.go
+++ b/internal/backup/backup_test.go
@@ -977,6 +977,7 @@ func TestManager_Restore_specific(t *testing.T) {
return repo, nil
},
expectedErrAs: backup.ErrSkipped,
+ expectExists: true,
},
{
desc: "single incremental",