From 2001d123aa96bc5b7f07f5be48e4e8a32372c480 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 18 Nov 2018 21:19:42 +0100 Subject: Add the `channel_id` field to messages. --- api/tests/test_models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'api/tests') diff --git a/api/tests/test_models.py b/api/tests/test_models.py index 92a59f46..b36f29b9 100644 --- a/api/tests/test_models.py +++ b/api/tests/test_models.py @@ -50,6 +50,7 @@ class StringDunderMethodTests(SimpleTestCase): id=444, name='bill', discriminator=5, avatar_hash=None ), + channel_id=666, content="wooey", embeds=[] ), -- cgit v1.2.3