Skip to content

Commit

Permalink
Fixing unused variable :
Browse files Browse the repository at this point in the history
  • Loading branch information
elielnfinic committed Apr 23, 2024
1 parent ce0537d commit 3ce1b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ mod rpc_server_tests {
#[traced_test]
#[tokio::test]
async fn test_can_get_server_temperature() {
let (rpc_server, state_lock) =
let (rpc_server, _state_lock) =
test_rpc_server(Network::Alpha, WalletSecret::new_random(), 2).await;
let current_server_temperature = rpc_server.get_cpu_temps(context::current()).await;
// Silicon Macs do not provide CPU temperature using systemstat
Expand Down

0 comments on commit 3ce1b09

Please sign in to comment.