diff options
| author | Zeyla Hellyer <[email protected]> | 2018-07-08 10:39:31 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-07-08 10:39:31 -0700 |
| commit | 530ea76cfd05ffa64a826e6afa342860c730fd00 (patch) | |
| tree | 456ac667b6255d80796bec9c0512a806aaf4526c /tests | |
| parent | impl Form<&$ID> for $ID (diff) | |
| download | serenity-530ea76cfd05ffa64a826e6afa342860c730fd00.tar.xz serenity-530ea76cfd05ffa64a826e6afa342860c730fd00.zip | |
Remove deprecated use of Colour associated methods
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_formatters.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_formatters.rs b/tests/test_formatters.rs index 9fcc044..ccdfba1 100644 --- a/tests/test_formatters.rs +++ b/tests/test_formatters.rs @@ -44,7 +44,7 @@ fn test_mention() { }; let role = Role { id: RoleId(2), - colour: Colour::rosewater(), + colour: Colour::ROSEWATER, hoist: false, managed: false, mentionable: false, |