Fixed typos.

This commit is contained in:
pyrrh0n1c 2017-11-07 14:14:20 +00:00
parent 2231b02add
commit 4340c0b16c
2 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@ class TestCurrencyConvertEngine(SearxTestCase):
def test_response(self):
dicto = defaultdict(dict)
dicto['ammount'] = float(10)
dicto['amount'] = float(10)
dicto['from'] = "GBP"
dicto['to'] = "USD"
dicto['from_name'] = "pound sterling"