command_parser: rename a test

pull/20/head
Astro 2020-09-18 01:16:19 +02:00
parent a4dde1b8ca
commit edc675f5af
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ mod test {
}
#[test]
fn parse_steinhart_hart_parallel_r() {
fn parse_steinhart_hart_set() {
let command = Command::parse(b"s-h 1 t0 23.05");
assert_eq!(command, Ok(Command::SteinhartHart {
channel: 1,