Remove wildcard import in test module
This commit is contained in:
parent
a47df86ade
commit
88cc7600b4
@ -316,10 +316,10 @@ impl SigningKeyUpdateContent {
|
|||||||
mod test {
|
mod test {
|
||||||
use assert_matches2::assert_matches;
|
use assert_matches2::assert_matches;
|
||||||
use js_int::uint;
|
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 serde_json::json;
|
||||||
|
|
||||||
use super::*;
|
use super::{DeviceListUpdateContent, Edu, ReceiptContent};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn device_list_update_edu() {
|
fn device_list_update_edu() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user