Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriks73 committed Oct 17, 2024
1 parent 31a027e commit aa7623b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_tempo_mirex(script_runner, test_track):
ret = script_runner.run(["tempo", "--mirex", "-i", test_track])
assert ret.success
assert "Loading model" in ret.stdout
assert "100 201 0.99" in ret.stdout
assert "100.0 201.0 0.99" in ret.stdout


def test_tempo_jams(script_runner, test_track):
Expand Down

0 comments on commit aa7623b

Please sign in to comment.