mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02:00
Fixed typos.
This commit is contained in:
parent
2231b02add
commit
4340c0b16c
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue