Skip to content

Commit

Permalink
Fix PicoCyclerEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamillar committed Nov 12, 2024
1 parent 0bca334 commit 86bab03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/gwproto/enums/pico_cycler_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PicoCyclerEvent(GwStrEnum):
- StartClosing
- ConfirmClosed
- ConfirmRebooted
- AllZombies
- ShakeZombies
- RebootDud
For more information:
Expand All @@ -30,7 +30,7 @@ class PicoCyclerEvent(GwStrEnum):
StartClosing = auto()
ConfirmClosed = auto()
ConfirmRebooted = auto()
AllZombies = auto()
ShakeZombies = auto()
RebootDud = auto()

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion tests/enums/pico_cycler_event_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_pico_cycler_event() -> None:
"StartClosing",
"ConfirmClosed",
"ConfirmRebooted",
"AllZombies",
"ShakeZombies",
"RebootDud",
}

Expand Down

0 comments on commit 86bab03

Please sign in to comment.