Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aca6bfb

Browse files
committed
rename
1 parent 02a9dd4 commit aca6bfb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_magic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ def test_extension():
853853
print('CWD', os.getcwd())
854854

855855
pytest.raises(ImportError, _ip.run_line_magic, "load_ext", "daft_extension")
856-
daft_path = os.path.join(os.path.dirname(__file__), "daft_extension")
856+
daft_path = os.path.join(os.path.dirname(__file__), "fake_ext_dir")
857857
sys.path.insert(0, daft_path)
858858
try:
859859
_ip.user_ns.pop('arq', None)

0 commit comments

Comments
 (0)