From b275b86065fc56b3b56e60534c64741754b12664 Mon Sep 17 00:00:00 2001 From: Lasse Alm Date: Wed, 25 Sep 2024 14:31:25 +0200 Subject: [PATCH] fixed content --- notification-server/src/database.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/notification-server/src/database.rs b/notification-server/src/database.rs index 7c9134ae..5428325f 100644 --- a/notification-server/src/database.rs +++ b/notification-server/src/database.rs @@ -551,8 +551,6 @@ mod tests { } } - - impl Arbitrary for DeviceSubscription { fn arbitrary(g: &mut quickcheck::Gen) -> Self { let device = g.choose(&VALID_DEVICES).expect("Failed to choose").to_string(); @@ -582,7 +580,6 @@ mod tests { } } } - account_to_device_map }