fixing tests

This commit is contained in:
Mose Müller 2023-08-02 12:06:20 +02:00
parent 9bbba41309
commit bb48ba237d

View File

@ -35,7 +35,7 @@ def test_properties(capsys: CaptureFixture) -> None:
expected_output = sorted( expected_output = sorted(
[ [
"ServiceClass.power = 1.0", "ServiceClass.power = 1.0",
"ServiceClass.voltage = 1", "ServiceClass.voltage = 1.0",
] ]
) )
actual_output = sorted(captured.out.strip().split("\n")) actual_output = sorted(captured.out.strip().split("\n"))