Skip to content

Commit

Permalink
fix: rename variable in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Oct 27, 2024
1 parent 574b3c0 commit 1ca8175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@patch("ublue_update.session.subprocess.run")
def test_get_active_sessions(mock_run):
mock_run.side_effect = [
MagicMock(stdout=loginctl_json_output),
MagicMock(stdout=busctl_json_output),
]
assert get_active_sessions() == [
[
Expand Down

0 comments on commit 1ca8175

Please sign in to comment.