diff --git a/tests/test_properties.py b/tests/test_properties.py index 7654471..ef21ec3 100644 --- a/tests/test_properties.py +++ b/tests/test_properties.py @@ -35,7 +35,7 @@ def test_properties(capsys: CaptureFixture) -> None: expected_output = sorted( [ "ServiceClass.power = 1.0", - "ServiceClass.voltage = 1", + "ServiceClass.voltage = 1.0", ] ) actual_output = sorted(captured.out.strip().split("\n"))