Skip to content

Commit

Permalink
Clippy again
Browse files Browse the repository at this point in the history
  • Loading branch information
masongup-mdsol committed Jun 7, 2024
1 parent 406f771 commit 35a3f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol_test_suite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct TestSignConfig {
private_key_file: String,
}

const BASE_PATH: &'static str = "mauth-protocol-test-suite/protocols/MWSV2/";
const BASE_PATH: &str = "mauth-protocol-test-suite/protocols/MWSV2/";

async fn setup_mauth_info() -> (MAuthInfo, u64) {
let config_path = Path::new("mauth-protocol-test-suite/signing-config.json");
Expand Down

0 comments on commit 35a3f58

Please sign in to comment.