1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00

Fix typo in tests/test_switch_lang.py

This commit is contained in:
ik1ne 2019-10-15 23:12:17 +09:00
parent 03be2b8b14
commit 3ae1bed11c

View File

@ -32,6 +32,6 @@ def test_not_match(command):
(Command(u'שפא-עקא ןמדאשךך הןצ', ''), 'apt-get install vim'),
(Command(u'ךד -ךש', ''), 'ls -la'),
(Command(u'멧-ㅎㄷㅅ ㅑㅜㄴㅅ미ㅣ 퍄ㅡ', ''), 'apt-get install vim'),
(Command(u'ㅣㄴ -ㅣㅁ', ''), 'ls- la')])
(Command(u'ㅣㄴ -ㅣㅁ', ''), 'ls -la')])
def test_get_new_command(command, new_command):
assert switch_lang.get_new_command(command) == new_command