Skip to content

Commit

Permalink
chore: update delete func name
Browse files Browse the repository at this point in the history
Signed-off-by: mlycore <[email protected]>
  • Loading branch information
mlycore committed Nov 15, 2023
1 parent 686d3d0 commit a68695b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pitr/cli/internal/cmd/delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var _ = Describe("test delete", func() {
as.EXPECT().DeleteBackup(gomock.Any()).Return(nil)
ls.EXPECT().DeleteByHidedName(bak.Info.FileName).Return(nil)

Expect(delete()).To(BeNil())
Expect(deleteRecord()).To(BeNil())
})

Context("test exec delete", func() {
Expand Down

0 comments on commit a68695b

Please sign in to comment.