diff --git a/tests/py/test_billing_payday.py b/tests/py/test_billing_payday.py index 4af23817ce..c76efffe9f 100644 --- a/tests/py/test_billing_payday.py +++ b/tests/py/test_billing_payday.py @@ -569,6 +569,13 @@ def test_payin_dumps_transfers_for_debugging(self, cch, fch): assert filename.endswith('_payments.csv') os.unlink(filename) + +class TestTakes(BillingHarness): + + def test_payday_distributes_takes(self): + assert 0 + + class TestNotifyParticipants(EmailHarness): def test_it_notifies_participants(self):