This commit is contained in:
2025-08-16 08:28:52 +02:00
parent 7bcb673361
commit ad255a9f51
4 changed files with 265 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ async fn start_test_server(test_name: &str) -> (Server, u16) {
let option = DBOption {
dir: test_dir,
port,
debug: true,
};
let server = Server::new(option).await;