diff --git a/mobile_config/tests/gateway_service.rs b/mobile_config/tests/gateway_service.rs index 832da6825..c51047aaa 100644 --- a/mobile_config/tests/gateway_service.rs +++ b/mobile_config/tests/gateway_service.rs @@ -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]);