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