Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Nov 12, 2024
1 parent 1973a57 commit 73048e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mobile_config/tests/gateway_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ fn make_gateway_stream_signed_req(
signer: signer.public_key().to_vec(),
signature: vec![],
device_types: device_types.iter().map(|v| DeviceType::into(*v)).collect(),
min_refreshed_at: 0,
};

req.signature = signer.sign(&req.encode_to_vec()).unwrap();
Expand Down
2 changes: 2 additions & 0 deletions mobile_verifier/tests/integrations/speedtests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ impl GatewayInfoResolver for MockGatewayInfoResolver {
address: address.clone(),
metadata: None,
device_type: DeviceType::Cbrs,
refreshed_at: Utc::now(),
created_at: Utc::now(),
}))
}

Expand Down

0 comments on commit 73048e4

Please sign in to comment.