mirror of
https://github.com/searxng/searxng.git
synced 2025-12-27 14:10:00 +00:00
Fixed typos.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user