- Added unit test TODO
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-26 18:27:24 +02:00
parent 0d740d6231
commit 88432ab8d5
1 changed files with 10 additions and 0 deletions

View File

@ -60,4 +60,14 @@ public class Manager
// TODO: Unlock queue
}
}
unittest
{
// TODO: Spawn server here
// TODO: wait for server to activate
// TODO: register tristanable quues
// TODO: make server then send something to us and chekc if queues active
}