From 8cfc0a6bc646837a5c3e212fac00a61802973ce2 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 5 Feb 2025 10:17:16 +0000 Subject: [PATCH] fix missing pushrules in test Signed-off-by: Jason Volk --- crates/ruma-common/src/push.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/ruma-common/src/push.rs b/crates/ruma-common/src/push.rs index 73174ac0..376f3721 100644 --- a/crates/ruma-common/src/push.rs +++ b/crates/ruma-common/src/push.rs @@ -1286,6 +1286,9 @@ mod tests { "enabled": true } ], + "room": [], + "sender": [], + "underride": [], }) ); }