Skip to content

Commit

Permalink
Remove test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Liborsaf committed Apr 7, 2024
1 parent fd283a7 commit 79b62db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/device_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ def mocked_requests_post(*args, **kwargs):
'data/get_volume.xml'))

elif url == RENDERING_CONTROL_URL_SET_VOLUME:
# return MockResponse(None, 500)

return MockResponse(None,
200,
read_file(
Expand Down Expand Up @@ -878,9 +876,6 @@ def test_set_volume(self, mocked_requests_post):
device = self.create_device()

device.rendering_control_url = RENDERING_CONTROL_URL_SET_VOLUME
# self.assertEqual(False, device.set_volume(-10))
# self.assertEqual(False, device.set_volume(200))

self.assertEqual(True, device.set_volume(50))
self.assertEqual(True, device.set_volume(0))

Expand Down

0 comments on commit 79b62db

Please sign in to comment.