forked from VimPlug/jedi
More Script fixture conversions in test_evaluate
This commit is contained in:
@@ -132,5 +132,5 @@ def cwd_tmpdir(monkeypatch, tmpdir):
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def evaluator():
|
||||
return jedi.Script('')._evaluator
|
||||
def evaluator(Script):
|
||||
return Script('')._evaluator
|
||||
|
||||
Reference in New Issue
Block a user