File tree 1 file changed +2
-2
lines changed
internal/controller/postgrescluster
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1009,7 +1009,7 @@ func TestGetLatestCompleteBackupJob(t *testing.T) {
1009
1009
1010
1010
latestCompleteBackupJob , err := r .getLatestCompleteBackupJob (ctx , cluster )
1011
1011
assert .NilError (t , err )
1012
- assert .Equal (t , latestCompleteBackupJob .Name , "backup-job-two -complete-1" )
1012
+ assert .Equal (t , latestCompleteBackupJob .Name , "backup-job-one -complete-1" )
1013
1013
})
1014
1014
1015
1015
t .Run ("TwoCompleteBackupJobs" , func (t * testing.T ) {
@@ -1085,7 +1085,7 @@ func TestGetLatestCompleteBackupJob(t *testing.T) {
1085
1085
1086
1086
latestCompleteBackupJob , err := r .getLatestCompleteBackupJob (ctx , cluster )
1087
1087
assert .NilError (t , err )
1088
- assert .Equal (t , latestCompleteBackupJob .Name , "backup-job-two -complete-2 " )
1088
+ assert .Equal (t , latestCompleteBackupJob .Name , "backup-job-one -complete-1 " )
1089
1089
})
1090
1090
}
1091
1091
You can’t perform that action at this time.
0 commit comments