1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00
- Let unit test for client call `quit()` eventually
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-21 14:40:58 +02:00
parent f54e6d9d9b
commit 0fc3f060c1

View File

@ -1265,12 +1265,12 @@ public class Client : Thread
// TODO: Don't forget to re-enable this when done testing!
Thread.sleep(dur!("seconds")(4));
client.joinChannel("#birchwood");
while(true)
{
Thread.sleep(dur!("seconds")(15));
}
// client.joinChannel("#birchwood");
// while(true)
// {
// Thread.sleep(dur!("seconds")(15));
// }
// client.quit();
client.quit();
}
}