We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f0884 commit bafc4aaCopy full SHA for bafc4aa
1 file changed
test/testSplit.py
@@ -23,7 +23,7 @@ def test_splits(self):
23
self.assertEqual(expect, split(Money(case['amount'], "CAD"), case['ppl']))
24
25
def test_get_id(self):
26
- assertGreater(int(self.api.get_id()), 0)
+ self.assertGreater(int(self.api.get_id()), 0)
27
28
def test_get_groups(self):
29
self.assertGreater(len(self.api.get_groups()), 0)
0 commit comments