aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-03-25 16:58:28 -0700
committerZeyla Hellyer <[email protected]>2017-03-25 16:58:28 -0700
commit5356cff3aff5304d41e356da580957d5af038573 (patch)
tree7bbb1bd703eed3517e2f5d41bc290a64eb1c2f62 /tests
parentUpdate search params (diff)
downloadserenity-5356cff3aff5304d41e356da580957d5af038573.tar.xz
serenity-5356cff3aff5304d41e356da580957d5af038573.zip
Fix tests
Diffstat (limited to 'tests')
-rw-r--r--tests/test_formatters.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_formatters.rs b/tests/test_formatters.rs
index 99ddaae..3b52dac 100644
--- a/tests/test_formatters.rs
+++ b/tests/test_formatters.rs
@@ -54,6 +54,7 @@ fn test_mention() {
};
let member = Member {
deaf: false,
+ guild_id: Some(GuildId(2)),
joined_at: "fake".to_owned(),
mute: false,
nick: None,