This commit is contained in:
Maurus Decimus
2026-04-20 17:50:58 +02:00
parent 1edd85486b
commit 3ad4aa82cb
43 changed files with 337 additions and 1201 deletions

View File

@@ -12,6 +12,7 @@ use registry::schema::{
use types::id::Id;
pub async fn test() {
println!("Running directory synchronization tests...");
let test = TestServerBuilder::new("directory_synchronization_test")
.await
.with_default_listeners()