Skip to content

Commit c7bdb24

Browse files
committed
fix filter test
1 parent bdc69b1 commit c7bdb24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/plugin/ebpfwindows/ebpf_windows_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ func TestEmitAdvancedEvent(t *testing.T) {
400400
}
401401
}
402402
if tt.wantWrite {
403-
mockEnricher.EXPECT().Write(event).Return(nil)
403+
mockEnricher.EXPECT().Write(event)
404404
}
405405

406406
p := &Plugin{

0 commit comments

Comments
 (0)