Skip to content

Commit

Permalink
Merge pull request #8456 from kaovilai/unused-change-struct
Browse files Browse the repository at this point in the history
internal/hook/wait_exec_hook_handler_test.go: Remove unused change struct
  • Loading branch information
ywk253100 authored Dec 2, 2024
2 parents f338e87 + b66d7a7 commit b89270f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/hook/wait_exec_hook_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -999,11 +999,6 @@ func TestMaxHookWait(t *testing.T) {
}

func TestRestoreHookTrackerUpdate(t *testing.T) {
type change struct {
// delta to wait since last change applied or pod added
wait time.Duration
updated *v1.Pod
}
type expectedExecution struct {
hook *velerov1api.ExecHook
name string
Expand Down

0 comments on commit b89270f

Please sign in to comment.