Skip to content

Commit

Permalink
Fix Music compiler test
Browse files Browse the repository at this point in the history
  • Loading branch information
JosselinSomervilleRoberts committed Mar 15, 2024
1 parent 7942c4a commit e45dfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image2structure/compilation/test_music_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_compile_valid_musicsheet(self):
for compilation_result in compilation_results:
assert compilation_result.text is None
assert os.path.exists(compilation_result.rendering_path)
assert os.path.exists(compilation_result.data_path)
assert compilation_result.data_path is None
assert compilation_result.assets_path == []

def test_compile_invalid_musicsheet(self):
Expand Down

0 comments on commit e45dfb3

Please sign in to comment.