Skip to content

Commit

Permalink
Fix version CLI test
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoney committed Jan 30, 2024
1 parent c99a9c6 commit 60ab031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def test_cli_version():
output = subprocess.run(
['sonify', '--version'], capture_output=True, text=True
).stdout.strip()
assert output == 'sonify, rev. {}'.format(os.environ['GITHUB_SHA'][:7])
assert output == 'sonify, rev. 0+g{}'.format(os.environ['GITHUB_SHA'][:7])

0 comments on commit 60ab031

Please sign in to comment.