Skip to content

Commit

Permalink
refactor(tests): make sure set_cpu_run_mode is testing the function, …
Browse files Browse the repository at this point in the history
…not the client
  • Loading branch information
SplinterHead committed Mar 7, 2024
1 parent e73a18e commit 1dd8f0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/modes/test_modes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from boinc_client import set_cpu_run_mode
from boinc_client.modes import set_gpu_run_mode, set_network_mode
from boinc_client.modes import set_cpu_run_mode, set_gpu_run_mode, set_network_mode


def test_can_set_cpu_run_mode(mocker, mock_rpc_client):
Expand Down

0 comments on commit 1dd8f0d

Please sign in to comment.