Files
k-mood/crates/domain/tests/attachment.rs
Gabriel Kaszewski 95739892de
Some checks failed
CI / ci (push) Failing after 1m48s
init
2026-08-25 23:24:36 +02:00

6 lines
135 B
Rust

#[path = "attachment/content_type_test.rs"]
mod content_type_test;
#[path = "attachment/media_upload_test.rs"]
mod media_upload_test;