diff --git a/voting/test_voting.py b/voting/test_voting.py index f2de303..aefdf62 100644 --- a/voting/test_voting.py +++ b/voting/test_voting.py @@ -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=[], )