Skip to content

Commit

Permalink
I am bad with whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
chillipeper committed May 2, 2019
1 parent 0894588 commit 8f2d8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions will/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def test_say_package_for_scheduling_is_false(plugin, content, source_message, sa


@freeze_time(WILLS_BIRTHDAY)
def test_reply_package_for_scheduling_is_true(plugin, content, event,
def test_reply_package_for_scheduling_is_true(plugin, content, event,
reply_event, source_message):
incoming_event = event({"data": source_message})
plugin_reply = plugin.reply(incoming_event,
Expand Down Expand Up @@ -201,7 +201,7 @@ def test_reply_room_in_kwargs(plugin, event, content, source_message):
@freeze_time(WILLS_BIRTHDAY)
def test_set_topic(plugin, content, topic_event, source_message, outgoing_topic):
plugin.set_topic(content, message=source_message)
plugin.publish.assert_called_once_with(outgoing_topic,
plugin.publish.assert_called_once_with(outgoing_topic,
topic_event)


Expand Down

0 comments on commit 8f2d8e9

Please sign in to comment.