In case of general error, total service use should be incremented by searches length

This commit is contained in:
Juan Ignacio Sánchez Lara
2018-07-19 21:17:09 +02:00
parent 96fbf3080a
commit fd097724f1
2 changed files with 2 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ class TestRunStreetPointGeocoder(TestCase):
None, None, searches)
quota_service_mock.increment_total_service_use. \
assert_called_once_with()
assert_called_once_with(len(searches))