Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Nov 17, 2023
1 parent 5fc0df6 commit aea5135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mod tests {
assert_eq!(
"{\"Disconnect\":{\"to\":[1,1],\"from\":[10,10]}}",
serde_json::to_string(&MutinyProxyCommand::Disconnect {
to: vec![01, 01],
to: vec![1, 1],
from: vec![10, 10]
})
.unwrap()
Expand Down

0 comments on commit aea5135

Please sign in to comment.