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

Added a unit test for workflow replayer utils #1316

Closed agautam478 closed 4 months ago

agautam478 commented 4 months ago

What changed? Added a unit test for the workflow_replayer_utils.go file because it didn't have any.

Why? Better documentation and code coverage.

How did you test it? unit test

Potential risks NA