Skip to content

Commit

Permalink
Removing ruff error!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Jun 16, 2023
1 parent c183689 commit dec0af8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_saga_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def test_saga_create_data():
assert predefined_tx.runtime is None
assert predefined_tx.error is None

# assert saga_dict["choreography"]["transactions"] == ChoreographyDict.DISCORD_UPDATE_CHANNELS.transactions
assert saga_dict["status"] == Status.NOT_STARTED
assert saga_dict["data"] == saga_data
assert saga_dict["sagaId"] == saga.uuid
Expand Down

0 comments on commit dec0af8

Please sign in to comment.