Skip to content

Commit 6c89926

Browse files
committed
Fix AckEvent
1 parent 6db7828 commit 6c89926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/workflows/sdk/testutils/runner_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ func (m *mockRegistrationTester) UnregisterTrigger(ctx context.Context, request
451451
return m.unregister(request.Config)
452452
}
453453

454-
func (m *mockRegistrationTester) AckEvent(ctx context.Context, triggerId string, eventId string, workflowId string) error {
454+
func (m *mockRegistrationTester) AckEvent(ctx context.Context, triggerId string, eventId string) error {
455455
return nil
456456
}
457457

0 commit comments

Comments
 (0)