with_participants=False by default

remotes/origin/v7.4.x
Kieran Prasch 2024-01-26 03:16:41 +01:00 committed by Derek Pierre
parent 9632f97737
commit ca0ca483de
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class MockCoordinatorAgent(MockContractAgent):
return len(self.rituals)
def get_ritual(
self, ritual_id: int, with_participants: bool = True
self, ritual_id: int, with_participants: bool = False
) -> CoordinatorAgent.Ritual:
return self.rituals[ritual_id]