Skip to content

Commit

Permalink
issue #104 - acceptance working without increases or onetimes
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Aug 20, 2017
1 parent d4f637d commit de8539e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biweeklybudget/tests/acceptance/test_interest.py
Expand Up @@ -98,7 +98,7 @@ def test_min_payments(self, testdb):
4: Decimal('109.9730')
}

def test_payoffs(self, testdb):
def test_payoffs_simple(self, testdb):
cls = InterestHelper(testdb)
assert cls.calculate_payoffs() == {
'HighestBalanceFirstMethod': {
Expand Down

0 comments on commit de8539e

Please sign in to comment.