Skip to content

Commit

Permalink
Remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Aug 15, 2024
1 parent 9393fa7 commit 8698dc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/api/legacy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,6 @@ async def test_should_delete_closed_event(self):
assert fake_transport.write.called
response = fake_transport.write.call_args[0][0].decode("utf-8")
assert response.startswith("200 ")
assert response.startswith("200 ")
assert event.id not in protocol._state.events.events.keys()
assert not protocol._state.events.get(device_name=DEVICE_NAME, subindex=None, event_class=ReachabilityEvent)
assert not protocol._state.events.get_closed_event(
Expand Down

0 comments on commit 8698dc8

Please sign in to comment.