Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
zpriddy committed Apr 20, 2020
1 parent d223676 commit 5acc311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_glados_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def test_add_route(MockGladosPlugin):
assert len(MockGladosPlugin.routes) == 1

route = MockGladosPlugin.routes[0]
print(MockGladosPlugin._routes)

assert MockGladosPlugin.has_route("send_message") == True
assert route.route == "bot_send_message"
Expand Down

0 comments on commit 5acc311

Please sign in to comment.