Skip to content

Commit

Permalink
Update RitualStatus to use ACTIVE instead of FINALIZED for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Nov 17, 2023
1 parent b23a3e9 commit 028931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def dkg_setup(
# Configure CoordinatorAgent
coordinator_agent.get_ritual.return_value = ritual
coordinator_agent.get_ritual_status.return_value = (
CoordinatorAgent.Ritual.Status.FINALIZED
CoordinatorAgent.Ritual.Status.ACTIVE
)
coordinator_agent.is_encryption_authorized.return_value = True

Expand Down

0 comments on commit 028931c

Please sign in to comment.