Skip to content

Commit 79de0c6

Browse files
committed
Rename duplicated test name
1 parent f8d3889 commit 79de0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/test/test_importcompletion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_import(self):
4848
)
4949

5050
@unittest.expectedFailure
51-
def test_import_empty(self):
51+
def test_import_blank(self):
5252
self.assertSetEqual(
5353
self.module_gatherer.complete(7, "import "),
5454
{"zzabc", "zzabd", "zzefg"},

0 commit comments

Comments
 (0)