v0.14.0
This commit is contained in:
@@ -513,7 +513,7 @@ mod tests {
|
||||
let packet = encode_connect("app_123", "42", "secret", 60).unwrap();
|
||||
assert_eq!(packet[0], 0x10);
|
||||
assert!(packet.windows(6).any(|w| w == b"\0\x04MQTT"));
|
||||
assert!(packet.windows(3).any(|w| w == b"\0\x0242"));
|
||||
assert!(packet.windows(4).any(|w| w == b"\0\x0242"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
+2
-2
@@ -1752,8 +1752,8 @@ mod tests {
|
||||
assert!(!LEGACY_CLOUD_PROPERTIES.contains(&"CompressorFqy"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn provider_dispatcher_selects_transport_from_connection_type() {
|
||||
#[tokio::test]
|
||||
async fn provider_dispatcher_selects_transport_from_connection_type() {
|
||||
let local = GreeClient::new(
|
||||
"test-controller".into(),
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user