From 74465e04083397ebac880c441aa60dbee5311d75 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 1b159ae..6f17be6 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 {