Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgmiller committed Nov 22, 2024
1 parent e8118fd commit 4e1bb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networkpolicy/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ type networkpolicyController struct {

type mockInterceptor struct{}

func (mockInterceptor) Run(_ context.Context, _ func(Packet) int) (_ error) {
func (mockInterceptor) Run(_ context.Context, _ func(Packet) Verdict) (_ error) {
return nil
}

Expand Down

0 comments on commit 4e1bb78

Please sign in to comment.