From 9848c65de564da38898e3388411f4b976364ddb6 Mon Sep 17 00:00:00 2001 From: atse Date: Mon, 21 Oct 2024 15:13:05 +0800 Subject: [PATCH] Fix command parser failing test due to changes --- src/command_parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {