A few more renames

This commit is contained in:
RogueException
2015-10-25 10:33:10 -03:00
parent a3213811d1
commit 94f387a8e6
7 changed files with 13 additions and 13 deletions

View File

@@ -66,7 +66,7 @@ namespace Discord.Tests
AssertEvent<ChannelEventArgs>(
"ChannelDestroyed event never received",
async () => await _hostClient.DestroyChannel(channel),
async () => await _hostClient.DeleteChannel(channel),
x => _targetBot.ChannelDestroyed += x,
x => _targetBot.ChannelDestroyed -= x,
(s, e) => e.Channel.Name == name);