Skip to content

Commit

Permalink
ci: correct unit test test_cli__create__versions
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Jul 6, 2024
1 parent 91979fe commit 3dae55b
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 @@ -73,7 +73,7 @@ def test_cli__create__versions(self) -> None:
assert result.exit_code == 0

show_str = result.output.strip()
assert "Available versions: 6.1, 7.0, 7.1, 7.2, 8.0" in show_str
assert "Available versions: 7.0, 7.1, 7.2, 8.0" in show_str

def test_upgrade__nominal_case(self, study_assets: StudyAssets) -> None:
runner = CliRunner()
Expand Down

0 comments on commit 3dae55b

Please sign in to comment.