Skip to content

Commit

Permalink
fix: use real multipass version info from mac
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Sep 25, 2024
1 parent 3a5c222 commit 8d5ab21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/multipass/test_multipass.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_info_error(fake_process, mock_details_from_process_error):
[
b"multipass 1.7.0\nmultipassd 1.7.0\n",
b"multipass 1.15.0-dev.354+g533e02ffc\nmultipassd 1.15.0-dev.354+g533e02ffc\n", # Snap multipass, edge channel
b"multipass 1.15.0-dev.2929.pr661\nmultipassd 1.15.0-dev.2929.pr661\n", # Dev build on a mac
b"multipass 1.15.0-dev.2929.pr661+gc67ef6641.mac\nmultipassd 1.15.0-dev.2929.pr661+gc67ef6641.mac", # Dev build on a mac
],
)
def test_is_supported_version(fake_process, version_output):
Expand Down

0 comments on commit 8d5ab21

Please sign in to comment.