Skip to content

Commit bb5085b

Browse files
committed
Properly class generic to ensure testing
1 parent aa3aa3e commit bb5085b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_generic.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
from .test_init import _LOGGER, TestPlugwise, pw_exceptions
99

1010

11-
class PlugwiseGeneric(TestPlugwise): # pylint: disable=attribute-defined-outside-init
11+
class TestPlugwiseGeneric(
12+
TestPlugwise
13+
): # pylint: disable=attribute-defined-outside-init
1214
"""Tests for generic functionality."""
1315

1416
@pytest.mark.asyncio

0 commit comments

Comments
 (0)