mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Ahhh another bug... A bit stupid of me not to run the tests
This commit is contained in:
@@ -13,5 +13,5 @@ import pytest
|
||||
def test_equals(source):
|
||||
script = Script(source)
|
||||
node = script._module_node.children[0]
|
||||
first, = script._get_module.eval_node(node)
|
||||
first, = script._get_module().eval_node(node)
|
||||
assert isinstance(first, CompiledObject) and first.obj is True
|
||||
|
||||
Reference in New Issue
Block a user