From ee814aa84934530d76f5e4b275d739805b49bdef Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 7 Dec 2020 13:25:10 +0100 Subject: [PATCH] client-api: Fix issue ID for lazy load deserialization bug --- ruma-client-api/src/r0/filter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruma-client-api/src/r0/filter.rs b/ruma-client-api/src/r0/filter.rs index 8ae4519b..ea372dba 100644 --- a/ruma-client-api/src/r0/filter.rs +++ b/ruma-client-api/src/r0/filter.rs @@ -431,7 +431,7 @@ mod tests { } #[test] - fn issue_218() -> Result<(), serde_json::Error> { + fn issue_366() -> Result<(), serde_json::Error> { let obj = json!({ "lazy_load_members": true, "filter_json": { "contains_url": true, "types": ["m.room.message"] },