aboutsummaryrefslogtreecommitdiff
path: root/tests/test_channels.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-09-09 08:23:21 -0700
committerZeyla Hellyer <[email protected]>2017-09-09 08:23:21 -0700
commit1c138a357b37e3bd8002109cfb9a8da94a53810e (patch)
tree3256df54f6b31e0422848ea6bcc1d35e58b27eee /tests/test_channels.rs
parent`parent_id` -> `category_id` (diff)
downloadserenity-1c138a357b37e3bd8002109cfb9a8da94a53810e.tar.xz
serenity-1c138a357b37e3bd8002109cfb9a8da94a53810e.zip
Apply rustfmt + fix tests
Diffstat (limited to 'tests/test_channels.rs')
-rw-r--r--tests/test_channels.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_channels.rs b/tests/test_channels.rs
index dd00c3e..246243d 100644
--- a/tests/test_channels.rs
+++ b/tests/test_channels.rs
@@ -22,6 +22,7 @@ mod utils {
GuildChannel {
id: ChannelId(1),
bitrate: None,
+ category_id: None,
guild_id: GuildId(2),
kind: ChannelType::Text,
last_message_id: None,