✏️ Fix misleading typo
This commit is contained in:
parent
9bb0d83b02
commit
7a3f478f8d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class TestAtLeastOneVoter(unittest.TestCase):
|
|||
def test_no_voters(self):
|
||||
self.assertRaises(RuntimeError, Voting,
|
||||
title="Test",
|
||||
quorum=QuorumKind.NONE,
|
||||
quorum=Quorum(),
|
||||
voters=[],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue