Skip to content

Commit 8a21272

Browse files
committed
chore: adjust test case
1 parent d18f3f0 commit 8a21272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/test_v1_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ async def test_v1_channel_mqtt_disconnected(
174174
mock_local_channel.connect.assert_called_once()
175175

176176
# Simulate an MQTT disconnection where the channel is not healthy
177-
await mock_mqtt_channel.close()
177+
mock_mqtt_channel.close()
178178

179179
# Verify properties
180180
assert not v1_channel.is_mqtt_connected

0 commit comments

Comments
 (0)