mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-03 20:30:40 +02:00
fix: pytest failed after moving from StrEnum to Enum
This commit is contained in:
parent
a8b14180ad
commit
a9db7848f7
@ -31,7 +31,7 @@ def test_ColouredEnum(capsys: CaptureFixture) -> None:
|
||||
|
||||
expected_output = sorted(
|
||||
[
|
||||
"ServiceClass.status = #FF0000",
|
||||
"ServiceClass.status = MyStatus.FAILING",
|
||||
]
|
||||
)
|
||||
actual_output = sorted(captured.out.strip().split("\n")) # type: ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user