From 295562c7b4e3222cc5aa1283d358e4de0456d0b5 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 5 Nov 2022 16:44:30 +0200 Subject: [PATCH] Enabled unit tests to exit --- source/birchwood/client.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/birchwood/client.d b/source/birchwood/client.d index bca5573..00963c7 100644 --- a/source/birchwood/client.d +++ b/source/birchwood/client.d @@ -913,8 +913,8 @@ public final class Client : Thread // } // TODO: Don't forget to re-enable this when done testing! - // Thread.sleep(dur!("seconds")(15)); - // client.quit(); + Thread.sleep(dur!("seconds")(15)); + client.quit(); }