Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Sep 22, 2023
1 parent 344a937 commit d284a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/test_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ def test_compilation_caching():

assert check_compiled(os.path.join(os.getcwd(), "test.txt")) is None
save_compiled(os.path.join(os.getcwd(), "test.txt"),
os.path.join(os.getcwd(), "test.e"))
os.path.join(os.getcwd(), "test.e"))
assert check_compiled(os.path.join(os.getcwd(), "test.txt")) == os.path.join(os.getcwd(), "test.e")

0 comments on commit d284a15

Please sign in to comment.