mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 21:42:20 +08:00
Another small issue in the tests
This commit is contained in:
@@ -12,6 +12,6 @@ import pytest
|
||||
])
|
||||
def test_equals(source):
|
||||
script = Script(source)
|
||||
node = script._get_module_node().children[0]
|
||||
first, = script._get_module().eval_node(node)
|
||||
node = script._module_node.children[0]
|
||||
first, = script._get_module.eval_node(node)
|
||||
assert isinstance(first, CompiledObject) and first.obj is True
|
||||
|
||||
Reference in New Issue
Block a user