Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Oct 24, 2024
1 parent 1b1a059 commit a419d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_config/tests/gateway_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ async fn gateway_stream_info_data_types(pool: PgPool) {
i64::from_str_radix(&gw_info.metadata.clone().unwrap().location, 16).unwrap(),
asset1_hex_idx
);
assert_eq!(stream.next().await.is_none(), true);
assert!(stream.next().await.is_none());

// Check wifi data only
let req = make_gateway_stream_signed_req(&admin_key, &[DeviceType::WifiDataOnly]);
Expand Down

0 comments on commit a419d30

Please sign in to comment.