diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2019-04-11 14:17:53 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2019-06-02 23:09:20 +0200 |
commit | 9aa307857867266b887bfa46be2f9328fd478824 (patch) | |
tree | 520876d295201436214b0c1b078c36a9f99ac3e1 /_pytest | |
parent | db735c1772aff262813c75004d1cd2d698997a13 (diff) | |
download | wee-slack-9aa307857867266b887bfa46be2f9328fd478824.tar.gz |
Render "by invitation from" before reactions
Diffstat (limited to '_pytest')
-rw-r--r-- | _pytest/test_process_message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/test_process_message.py b/_pytest/test_process_message.py index 225b971..eff81d4 100644 --- a/_pytest/test_process_message.py +++ b/_pytest/test_process_message.py @@ -2,7 +2,7 @@ from __future__ import print_function, unicode_literals import json -from wee_slack import render, SlackTS +from wee_slack import SlackTS def test_process_message(realish_eventrouter, team, user_alice): |