diff options
author | pyrrh0n1c <pyrrh0n1c@protonmail.com> | 2017-11-07 14:14:20 +0000 |
---|---|---|
committer | pyrrh0n1c <pyrrh0n1c@protonmail.com> | 2017-11-07 14:14:20 +0000 |
commit | 4340c0b16cd6e3375b1867cc9ff02c63d5c4e4fe (patch) | |
tree | d40756a91cd7419ac25f95ace354d414ad03a77e /tests | |
parent | 2231b02add7443c2cc2692bc0d63d92dfd09c043 (diff) | |
download | searxng-4340c0b16cd6e3375b1867cc9ff02c63d5c4e4fe.tar.gz searxng-4340c0b16cd6e3375b1867cc9ff02c63d5c4e4fe.zip |
Fixed typos.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/engines/test_currency_convert.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |