Kévin Commaille 32901da35f events: Reorganize tests
Move tests to the proper files, streamline test names and remove
duplicates.
2023-02-23 19:31:08 +01:00

29 lines
395 B
Rust

#![cfg(feature = "events")]
mod audio;
mod call;
mod encrypted;
mod enums;
mod ephemeral_event;
mod event;
mod event_content;
mod event_enums;
mod file;
mod image;
mod initial_state;
mod location;
mod message;
mod pdu;
mod poll;
mod redacted;
mod redaction;
mod relations;
mod room_message;
mod state_event;
mod sticker;
mod stripped;
mod to_device;
mod video;
mod voice;
mod without_relation;