1
0
forked from VimPlug/jedi

find_references -> get_references, see #1476

This commit is contained in:
Dave Halter
2020-01-22 01:06:37 +01:00
parent 9d7858eb3a
commit 58f54d8391
11 changed files with 17 additions and 17 deletions

View File

@@ -95,7 +95,7 @@ class TestCase(object):
args = json.load(f)
return cls(*args)
operations = ['complete', 'goto', 'infer', 'find_references', 'find_signatures']
operations = ['complete', 'goto', 'infer', 'get_references', 'find_signatures']
@classmethod
def generate(cls, file_path):