fix tests

This commit is contained in:
Ruben Fiszel
2023-07-12 17:31:12 +02:00
parent 012ea2dc0a
commit 512a14aa3e
+2
View File
@@ -102,6 +102,8 @@ impl ApiServer {
port_tx,
));
port_tx.await.unwrap();
return Self { addr, tx, task };
}