diff options
| author | Zeyla Hellyer <[email protected]> | 2017-06-14 12:01:58 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-06-14 12:01:58 -0700 |
| commit | 6acc5fe15070daa87d3221c9be67c87026e7c6c1 (patch) | |
| tree | ea10f41a9b4ae1e70e599004abe9f4d1425eb2ed /tests/test_message.rs | |
| parent | Fix no-framework compilation (diff) | |
| download | serenity-6acc5fe15070daa87d3221c9be67c87026e7c6c1.tar.xz serenity-6acc5fe15070daa87d3221c9be67c87026e7c6c1.zip | |
Make EmbedFooter icon URLs optional
Diffstat (limited to 'tests/test_message.rs')
| -rw-r--r-- | tests/test_message.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_message.rs b/tests/test_message.rs index 7a8f083..4ca4c3e 100644 --- a/tests/test_message.rs +++ b/tests/test_message.rs @@ -21,4 +21,6 @@ fn test_footer_deser() { let mut message = p!(Message, "message_footer_1"); assert_eq!(message.embeds.remove(0).footer.unwrap().text, "2005-09-26 - 2013-09-26"); + + p!(Message, "message_footer_2"); } |