Skip to content

Commit

Permalink
fixed content
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Sep 25, 2024
1 parent 7ceb7b6 commit b275b86
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions notification-server/src/database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -582,7 +580,6 @@ mod tests {
}
}
}

account_to_device_map
}

Expand Down

0 comments on commit b275b86

Please sign in to comment.