Skip to content

Commit

Permalink
Fix test error in unittest_similar due to rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
FPtje committed Dec 18, 2020
1 parent 87d99b2 commit 5ce5bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/checkers/unittest_similar.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from pylint.checkers import similar
from pylint.lint import PyLinter
from pylint.testutils import TestReporter as Reporter
from pylint.testutils import GenericTestReporter as Reporter

INPUT = Path(__file__).parent / ".." / "input"
SIMILAR1 = str(INPUT / "similar1")
Expand Down

0 comments on commit 5ce5bc4

Please sign in to comment.