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

Make lint happy.

This commit is contained in:
Omer Katz 2018-01-25 20:01:04 +02:00 committed by GitHub
parent 0b81890818
commit d9a6e6c6ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ from thefuck.types import Command
Command(u'фзе-пуе', 'command not found: фзе-пуе'),
Command(u'λσ', 'command not found: λσ'),
Command(u'שפא-עקא', 'command not found: שפא-עקא'),
Command(u'ךד', 'command not found: ךד'),])
Command(u'ךד', 'command not found: ךד')])
def test_match(command):
assert switch_lang.match(command)