Skip to content

Commit bafc4aa

Browse files
committed
fixed typo
1 parent a4f0884 commit bafc4aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testSplit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_splits(self):
2323
self.assertEqual(expect, split(Money(case['amount'], "CAD"), case['ppl']))
2424

2525
def test_get_id(self):
26-
assertGreater(int(self.api.get_id()), 0)
26+
self.assertGreater(int(self.api.get_id()), 0)
2727

2828
def test_get_groups(self):
2929
self.assertGreater(len(self.api.get_groups()), 0)

0 commit comments

Comments
 (0)