Skip to content

Commit

Permalink
Remove unnecessary reset_mock
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Jan 29, 2023
1 parent 33d424c commit 6eff2d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miio/tests/test_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def test_login_success(cloud: CloudInterface, mocker):
login = mocker.patch("micloud.MiCloud.login", return_value=True)
cloud._login()
login.assert_called()
login.reset_mock()


@pytest.mark.parametrize(
Expand Down

0 comments on commit 6eff2d1

Please sign in to comment.