uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
339 stars 128 forks source link

[code-coverage] Add tests for replayer utils isDecisionMatchEvent #1350

Closed ketsiambaku closed 3 days ago

ketsiambaku commented 1 week ago

What changed? Added tests for isDecisionMatchEvent in internal/workflow_replayer_utils.go

Why? Reach 75%+ coverage

How did you test it?

Potential risks