Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 18, 2024
1 parent f705825 commit 34d8fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta_package_manager/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def test_executable_module(self):
assert process.returncode == 0
assert not process.stderr

expected_output = f"\x1b[97mmpm\x1b[0m, version {__version__}\n"
expected_output = f"\x1b[97mmpm\x1b[0m, version \x1b[32m{__version__}\x1b[0m\n"
if is_windows():
expected_output = strip_ansi(expected_output)
assert process.stdout == expected_output
Expand Down

0 comments on commit 34d8fc9

Please sign in to comment.