Skip to content

Commit 4c9834e

Browse files
committed
unrelated to this branch, this file has been moved
1 parent 10a2f1b commit 4c9834e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spy/tests/test_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ def test_build_and_execute(self, capfd):
294294
def test_execute_pyodide(self):
295295
# pyodide under node cannot access /tmp/, so we cannot try to execute
296296
# files which we wrote to self.tmpdir. Instead, let's try to execute
297-
# examples/hello.spy
298-
hello_spy = spy.ROOT.dirpath().join("examples", "hello.spy")
297+
# examples/1_high_level/hello.spy
298+
hello_spy = spy.ROOT.dirpath().join("examples", "1_high_level", "hello.spy")
299299
assert hello_spy.exists()
300300
res, stdout = self.run_external(PYODIDE_EXE, hello_spy)
301301
assert stdout == "Hello world!\n"

0 commit comments

Comments
 (0)