1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 07:43:55 +02:00

Enabled unit tests to exit

This commit is contained in:
Tristan B. Velloza Kildaire 2022-11-05 16:44:30 +02:00
parent 1ad1c63d85
commit 295562c7b4

View File

@ -913,8 +913,8 @@ public final 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")(15)); Thread.sleep(dur!("seconds")(15));
// client.quit(); client.quit();
} }