Skip to content

Commit

Permalink
fix unit test compiler error
Browse files Browse the repository at this point in the history
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
  • Loading branch information
jenting committed Jul 14, 2022
1 parent dbf45aa commit 75805a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ws-manager/pkg/manager/monitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestActOnPodEvent(t *testing.T) {
}

var rec actRecorder
err := actOnPodEvent(context.Background(), &rec, status, fixture)
err := actOnPodEvent(context.Background(), &rec, &manager, status, fixture)

result := actOnPodEventResult{Actions: rec.Records}
if err != nil {
Expand Down

0 comments on commit 75805a4

Please sign in to comment.