diff options
| author | Zeyla Hellyer <[email protected]> | 2018-02-05 16:27:45 -0800 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-02-05 16:27:45 -0800 |
| commit | a4cc5821c0ca194d321141985cfaf30241f54acf (patch) | |
| tree | 30df199d54b1c8fbcb97d42fc3dc6bd236c1b43d /tests | |
| parent | Partially revert the video url change (diff) | |
| download | serenity-a4cc5821c0ca194d321141985cfaf30241f54acf.tar.xz serenity-a4cc5821c0ca194d321141985cfaf30241f54acf.zip | |
Remove `CreateEmbed::video` call from reverted PR
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_create_embed.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_create_embed.rs b/tests/test_create_embed.rs index 0a738f8..4420182 100644 --- a/tests/test_create_embed.rs +++ b/tests/test_create_embed.rs @@ -56,7 +56,6 @@ fn test_from_embed() { .colour(0xFF0011) .description("This is a hakase description") .image("https://i.imgur.com/XfWpfCV.gif") - .video("https://i.imgur.com/XfWpfCV.mp4") .title("still a hakase") .url("https://i.imgur.com/XfWpfCV.gif"); |