Skip to content

Commit 40b34ce

Browse files
committed
fix one more assertions
1 parent 6f20c37 commit 40b34ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/postgrescluster/snapshots_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ func TestGetLatestCompleteBackupJob(t *testing.T) {
10851085

10861086
latestCompleteBackupJob, err := r.getLatestCompleteBackupJob(ctx, cluster)
10871087
assert.NilError(t, err)
1088-
assert.Check(t, latestCompleteBackupJob.Name == "backup-job-two-complete-1")
1088+
assert.Check(t, latestCompleteBackupJob.Name == "backup-job-two-complete-2")
10891089
})
10901090
}
10911091

0 commit comments

Comments
 (0)