Skip to content

Commit a71ad73

Browse files
committed
Update test_Modem.py
1 parent 217fadb commit a71ad73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Modem/test_Modem.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ def no_serial_port(monkeypatch):
5757
def get_sms(monkeypatch):
5858
monkeypatch.setattr(Modem, 'command', mock_command_sms)
5959
monkeypatch.setattr(Modem, 'set', mock_set_sms)
60-
def override_command_result(monkeypatch):
61-
monkeypatch.setattr(Modem, '_command_result', mock_result)
6260

6361
@pytest.fixture
6462
def override_command_result(monkeypatch):

0 commit comments

Comments
 (0)