Fix command parser failing test due to changes

This commit is contained in:
atse 2024-10-21 15:13:05 +08:00 committed by sb10q
parent 069d791802
commit 9848c65de5
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ mod test {
#[test]
fn parse_output_polarity() {
let command = Command::parse(b"pwm 0 polarity reversed");
let command = Command::parse(b"output 0 polarity reversed");
assert_eq!(
command,
Ok(Command::OutputPolarity {