Skip to content

Commit 11bc383

Browse files
refactor(cst): Rename stuff in tests
1 parent 7231fa6 commit 11bc383

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

test/test_cstgen/test_eof_handling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from test.common import CommonTestCase
33

44

5-
class TreeGenEofTest(CommonTestCase):
5+
class TestCstGenEof(CommonTestCase):
66
def test__at_expr_end(self):
77
self.assertFailsGracefullyCST('a.b()')
88

0 commit comments

Comments
 (0)