Skip to content

Commit a9034a8

Browse files
shanshanyingwusai80
authored andcommitted
chore: fix lint error in test (#9557)
Co-authored-by: wusai80 <wusai80@gmail.com> (cherry picked from commit 6759437)
1 parent a82761a commit a9034a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/controller/plan/restore_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ var _ = Describe("Restore", func() {
274274
backup *dpv1alpha1.Backup
275275
fullBackupActionSet *dpv1alpha1.ActionSet
276276
fullBackupActionSetName string
277-
startIndex = int32(10)
277+
startIndex int32 = 10
278278
)
279279

280280
BeforeEach(func() {

0 commit comments

Comments
 (0)