diff --git a/src/command_parser.rs b/src/command_parser.rs index eb8ca3f..b923e51 100644 --- a/src/command_parser.rs +++ b/src/command_parser.rs @@ -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 {