From b6592f8b12dd47ea6d929d70bc8faa86e53f3500 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Mon, 20 Jan 2025 18:04:27 -0800 Subject: [PATCH] chore: remove test that creates abstract base class --- tests/test_api.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_api.py b/tests/test_api.py index 738f105d..71b4317e 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -34,10 +34,6 @@ from . import mqtt_packet -def test_can_create_roborock_client(): - RoborockApiClient("") - - def test_can_create_prepared_request(): PreparedRequest("https://sample.com")