aboutsummaryrefslogtreecommitdiff
path: root/tests/test_create_embed.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-06-10 22:27:01 -0700
committerZeyla Hellyer <[email protected]>2017-06-10 22:27:01 -0700
commite92b667058138ffd01587e28e9d8551cd59df160 (patch)
tree756f3db02851474c342adc0464707a1ca9bc01e4 /tests/test_create_embed.rs
parentFix negative nonces failing to deserialize (diff)
downloadserenity-e92b667058138ffd01587e28e9d8551cd59df160.tar.xz
serenity-e92b667058138ffd01587e28e9d8551cd59df160.zip
Deserialize embed footers
Diffstat (limited to 'tests/test_create_embed.rs')
-rw-r--r--tests/test_create_embed.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_create_embed.rs b/tests/test_create_embed.rs
index 13596cf..8e9537d 100644
--- a/tests/test_create_embed.rs
+++ b/tests/test_create_embed.rs
@@ -24,6 +24,7 @@ fn test_from_embed() {
value: "z".to_owned(),
},
],
+ footer: None,
image: Some(EmbedImage {
height: 213,
proxy_url: "a".to_owned(),