diff --git a/aquatic_ws_protocol/src/lib.rs b/aquatic_ws_protocol/src/lib.rs index e831b4b..09b4d40 100644 --- a/aquatic_ws_protocol/src/lib.rs +++ b/aquatic_ws_protocol/src/lib.rs @@ -350,7 +350,7 @@ mod tests { impl Arbitrary for JsonValue { fn arbitrary(g: &mut G) -> Self { - Self(::serde_json::json!(r#"{ "sdp": "test" }"#)) + Self(::serde_json::json!({ "sdp": "test" })) } }