Skip to content

Commit

Permalink
test: remove parent path
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiogra committed Nov 11, 2023
1 parent 0571f35 commit 2a49f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pages/test_separate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@


def test_execution():
at = AppTest.from_file("app/pages/separate.py")
at = AppTest.from_file("separate.py")
at.run()
assert not at.exception

0 comments on commit 2a49f2e

Please sign in to comment.