Fix tests - update number fo letter rates in test

This commit is contained in:
Pea Tyczynska
2018-09-25 15:10:16 +01:00
parent eed1d83187
commit 08fec8f928
2 changed files with 1 additions and 2 deletions
+1 -1
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):