Skip to content

Commit

Permalink
chore(gcli): make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Dec 10, 2023
1 parent 18543ff commit a091916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcli/tests/cmd/upload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async fn test_command_upload_works() {
let ws = node.ws();
let signer = Api::new(Some(&ws))
.await
.expect(&format!("failed to connect to {ws}"))
.unwrap_or_else(|_| panic!("failed to connect to {ws}"))
.signer("//Alice", None)
.expect("get signer failed");

Expand Down

0 comments on commit a091916

Please sign in to comment.