From 4340c0b16cd6e3375b1867cc9ff02c63d5c4e4fe Mon Sep 17 00:00:00 2001 From: pyrrh0n1c Date: Tue, 7 Nov 2017 14:14:20 +0000 Subject: Fixed typos. --- tests/unit/engines/test_currency_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/engines') diff --git a/tests/unit/engines/test_currency_convert.py b/tests/unit/engines/test_currency_convert.py index 2814d791d..e8353a93a 100644 --- a/tests/unit/engines/test_currency_convert.py +++ b/tests/unit/engines/test_currency_convert.py @@ -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" -- cgit v1.2.3