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

Unit tests

- Corrected comment
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-09 08:46:28 +02:00
parent 35ce86478d
commit 7a9bc642ea

View File

@ -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"]); 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"); client.channelMessage("This is a test message sent to a channel 2", "#birchwood");