1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 14:03:05 +02:00
- Let unit test for client call `quit()` eventually
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-21 14:39:23 +02:00
parent 229a137e34
commit 4655584fa5

View File

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