Remove wildcard import in test module

This commit is contained in:
Jonas Platte 2023-08-24 10:03:00 +02:00
parent a47df86ade
commit 88cc7600b4
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -316,10 +316,10 @@ impl SigningKeyUpdateContent {
mod test {
use assert_matches2::assert_matches;
use js_int::uint;
use ruma_common::{room_id, user_id};
use ruma_common::{events::ToDeviceEventType, room_id, user_id};
use serde_json::json;
use super::*;
use super::{DeviceListUpdateContent, Edu, ReceiptContent};
#[test]
fn device_list_update_edu() {