Fix command parser failing test due to changes
This commit is contained in:
parent
069d791802
commit
9848c65de5
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue