diff options
Diffstat (limited to 'tests/pws.rs')
-rw-r--r-- | tests/pws.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pws.rs b/tests/pws.rs index 69ad664..875324b 100644 --- a/tests/pws.rs +++ b/tests/pws.rs @@ -22,7 +22,7 @@ fn get_slot_name_direct(slot: u8) -> Result<String, CommandError> { 0 => Err(CommandError::Unknown), other => Err(CommandError::from(other)), } - }, + } false => Ok(s), } } |