Skip to content

Commit

Permalink
issue #117 - Income sampledata budget should have skip_balance True
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Oct 19, 2017
1 parent d7a0e66 commit aa1803d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biweeklybudget/tests/fixtures/sampledata.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ def _budgets(self):
is_periodic=True,
description='IncomeDesc',
starting_balance=2345.67,
is_income=True
is_income=True,
skip_balance=True
)
}
for x in [
Expand Down

0 comments on commit aa1803d

Please sign in to comment.