Fix command parser failing test due to changes

This commit is contained in:
atse 2024-10-21 15:13:05 +08:00
parent bd9ae997ae
commit 74465e0408
1 changed files with 1 additions and 1 deletions

View File

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