1
0
Fork 0
ruma/crates/ruma-appservice-api/tests/it/main.rs
Kévin Commaille a8e4be214e appservice-api: Fix integration tests file hierarchy
Use the same file hierarchy as other crates, because separate files in
tests are compiled as different executables. We prefer to compile a
single executable named `it` and put the tests in modules under it.
2025-11-11 13:48:15 +01:00

1 line
29 B
Rust

mod appservice_registration;