diff options
| author | Bond-009 <[email protected]> | 2017-07-21 20:08:34 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2017-07-21 20:08:34 +0200 |
| commit | fd89d09d3397eba21d1b454d3b6155ba9c3a829e (patch) | |
| tree | 5db228036f9e5b2fcc532212a2fabd2bf81122cc /tests/test_formatters.rs | |
| parent | Utilise the newly stabilised loop-with-break-value (diff) | |
| download | serenity-fd89d09d3397eba21d1b454d3b6155ba9c3a829e.tar.xz serenity-fd89d09d3397eba21d1b454d3b6155ba9c3a829e.zip | |
Fix the tests (#129)
Diffstat (limited to 'tests/test_formatters.rs')
| -rw-r--r-- | tests/test_formatters.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_formatters.rs b/tests/test_formatters.rs index ba21033..a651e60 100644 --- a/tests/test_formatters.rs +++ b/tests/test_formatters.rs @@ -29,6 +29,7 @@ fn test_mention() { position: 1, topic: None, user_limit: None, + nsfw: false, }))); let emoji = Emoji { id: EmojiId(5), |