Skip to content
Snippets Groups Projects
Commit c60dc43c authored by Mark Skipper's avatar Mark Skipper
Browse files
parent 746ab50d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class HandlerTests(TestCase):
now = timezone.now().replace(
microsecond=0 # MySQL discards microseconds
)
inmessage = dict(body="Text", timestamp=now)
inmessage = {'body': "Text", 'timestamp': now}
handlers.Message.create(inmessage)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment