1
0
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:
Divya Jain 2020-05-14 16:53:20 +05:30
parent e7734d7bbe
commit b4d930810a

View File

@ -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, """