Skip to content

Commit 54f65ab

Browse files
authored
Update test_editable.py
1 parent a398e27 commit 54f65ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_editable.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ def test_navigate_editable2(isolated, isolate):
7777

7878
# Navigate from py_package.py_module to py_package.py_module
7979
value = isolated.execute(
80-
"import py_pkg.py1_pkg.py1_module; py_pkg.py1_pkg.py1_module.py2_method_c()"
80+
"import py_pkg.py1_pkg.py1_module; py_pkg.py1_pkg.py1_module.py2_module_c()"
8181
)
82-
assert value == "py2_method_c"
82+
assert value == "py2_module_c"

0 commit comments

Comments
 (0)