mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-04 17:58:40 +01:00
fixing tests
This commit is contained in:
@@ -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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user