Make integration IRC a watchdog channel

This commit is contained in:
Jordan Brown
2020-04-28 15:55:18 -04:00
parent e57f4d07e2
commit 6059f50cf0
@@ -78,7 +78,7 @@ namespace Tgstation.Server.Tests.Instance
Assert.AreEqual(1, updatedBot.Channels.Count);
Assert.AreEqual(false, updatedBot.Channels.First().IsAdminChannel);
Assert.AreEqual(true, updatedBot.Channels.First().IsUpdatesChannel);
Assert.AreEqual(false, updatedBot.Channels.First().IsWatchdogChannel);
Assert.AreEqual(true, updatedBot.Channels.First().IsWatchdogChannel);
Assert.AreEqual("butt2", updatedBot.Channels.First().Tag);
Assert.AreEqual(channelId, updatedBot.Channels.First().IrcChannel);
Assert.IsNull(updatedBot.Channels.First().DiscordChannelId);