Skip to content

Commit 236e320

Browse files
committed
Fix duplicated test case name.
1 parent af64bb1 commit 236e320

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bpython/test/test_line_properties.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,10 @@ def test_simple(self):
245245
self.assertAccess(' def bar(x, y)|:')
246246
self.assertAccess(' def <bar|>(x, y)')
247247

248-
class TestMethodDefinitionName(LineTestCase):
248+
class TestSingleWord(LineTestCase):
249249
def setUp(self):
250250
self.func = current_single_word
251+
251252
def test_simple(self):
252253
self.assertAccess('foo.bar|')
253254
self.assertAccess('.foo|')

0 commit comments

Comments
 (0)