Fix tests - update number fo letter rates in test

This commit is contained in:
Pea Tyczynska
2018-09-21 11:32:12 +01:00
parent eed1d83187
commit 08fec8f928
2 changed files with 1 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ def test_get_rates_for_billing(notify_db_session):
non_letter_rates, letter_rates = get_rates_for_billing()
assert len(non_letter_rates) == 3
assert len(letter_rates) == 30
assert len(letter_rates) == 29
def test_get_rate(notify_db_session):