forked from VimPlug/jedi
change tests that provided wrong instance information
This commit is contained in:
@@ -103,8 +103,8 @@ class A(object):
|
||||
|
||||
def before(self):
|
||||
self.b = 3
|
||||
# TODO should this be so?
|
||||
#? int() str() list()
|
||||
# TODO should this be so? include entries after cursor?
|
||||
#? int() str() list
|
||||
self.b
|
||||
self.b = list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user