From 7a9bc642ea273c2de6061a1ee88d622e84c15444 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 9 Mar 2023 08:46:28 +0200 Subject: [PATCH] Unit tests - Corrected comment --- 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 e8f08c4..fd02879 100644 --- a/source/birchwood/client.d +++ b/source/birchwood/client.d @@ -1196,12 +1196,12 @@ public class Client : Thread /** - * Test sending a message to a single channel (singular) + * Test sending a message to a single channel (multi) */ client.channelMessage("This is a test message sent to a channel 1", ["#birchwood"]); /** - * Test sending a message to a single channel (multi) + * Test sending a message to a single channel (singular) */ client.channelMessage("This is a test message sent to a channel 2", "#birchwood");