Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanlen committed Oct 31, 2023
1 parent 52f93c3 commit cc0b359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ pub mod tests {
.node_p2p
.node_key_file
.to_string_lossy()
.contains(&env!("CF_TEST_CONFIG_ROOT")));
.contains(env!("CF_TEST_CONFIG_ROOT")));

assert_eq!(
custom_base_path_settings.btc.nodes.primary.http_endpoint,
Expand Down

0 comments on commit cc0b359

Please sign in to comment.