Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
a-givertzman committed Sep 26, 2023
1 parent 4e8fb5b commit 3fc0886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/unit/switch_state_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ fn test_stot_step_back() {
(2, ProcessState::Stop),
(7, ProcessState::Start),
(2, ProcessState::Stop),
(1, ProcessState::Start),
(1, ProcessState::Off),
(1, ProcessState::Off),
];
// let sequence = vec![0,0,1,1,2,2,5,0,6,0,6,7,7,7,6,6,6,5,2,7,2,1,1];
Expand Down

0 comments on commit 3fc0886

Please sign in to comment.