Skip to content

Commit

Permalink
Update test_Modem.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DomAmato committed Mar 24, 2020
1 parent d16e0d8 commit 43cef71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Modem/test_Modem.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ def no_serial_port(monkeypatch):
def get_sms(monkeypatch):
monkeypatch.setattr(Modem, 'command', mock_command_sms)
monkeypatch.setattr(Modem, 'set', mock_set_sms)
def override_command_result(monkeypatch):
monkeypatch.setattr(Modem, '_command_result', mock_result)

@pytest.fixture
def override_command_result(monkeypatch):
Expand Down

0 comments on commit 43cef71

Please sign in to comment.