Skip to content

Commit 34a2672

Browse files
committed
Update base_test.go
1 parent 941cc38 commit 34a2672

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/capabilities/registry/base_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@ func (t *testTrigger) UnregisterTrigger(_ context.Context, req capabilities.Trig
323323
return nil
324324
}
325325

326+
func (t *testTrigger) AckEvent(_ context.Context, triggerID string, eventID string) error {
327+
return nil
328+
}
329+
326330
func (t *testTrigger) SendEvent(triggerID string, resp capabilities.TriggerResponse) bool {
327331
t.mu.Lock()
328332
defer t.mu.Unlock()

0 commit comments

Comments
 (0)