mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-07 05:50:41 +02:00
fixing tests
This commit is contained in:
parent
9bbba41309
commit
bb48ba237d
@ -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"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user