Skip to content

Commit

Permalink
fix unit test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Kumar <[email protected]>
  • Loading branch information
shivamkm07 committed Dec 5, 2023
1 parent 47334bc commit d7d9219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/dapr-ext-workflow/tests/test_dapr_workflow_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@


class FakeOrchestrationContext:
def __init__(self):
self.instance_id = mock_instance_id

def create_timer(self, fire_at):
return mock_create_timer
Expand Down

0 comments on commit d7d9219

Please sign in to comment.