Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiogra committed Nov 11, 2023
1 parent 04ee32b commit 6f438bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_test.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("app/pages/Separate.py")
at.run()
assert not at.exception

0 comments on commit 6f438bc

Please sign in to comment.