diff --git a/repository_restic_test.go b/repository_restic_test.go index 03b5a4da46e6fd7ef784c6a72637145fdc8b60d7..817134735d5be1436c6597f527fa37ec8b066061 100644 --- a/repository_restic_test.go +++ b/repository_restic_test.go @@ -111,7 +111,7 @@ func runResticTest(t *testing.T, tmpdir string, source *SourceSpec, restorePatte t.Fatalf("wrong number of snapshots: %+v", snaps) } snap := snaps[0] - if len(snap.Tags) != 2 { + if len(snap.Tags) != 3 { t.Fatalf("woops, bad number of tags: %+v", snap) }