mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +00:00
Change typename for test tuple
This commit is contained in:
parent
e7734d7bbe
commit
b4d930810a
@ -6,7 +6,7 @@ from collections import namedtuple
|
||||
from thefuck.rules.fix_file import match, get_new_command
|
||||
from thefuck.types import Command
|
||||
|
||||
FileFixTest = namedtuple('Test', ['script', 'file', 'line', 'col', 'output'])
|
||||
FileFixTest = namedtuple('FileFixTest', ['script', 'file', 'line', 'col', 'output'])
|
||||
|
||||
tests = (
|
||||
FileFixTest('gcc a.c', 'a.c', 3, 1, """
|
||||
|
Loading…
x
Reference in New Issue
Block a user