Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfcabral committed Mar 20, 2024
1 parent f70c065 commit d89b2e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/botgen/core_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ def test_on_adds_event_handler(bot):

# Call the on method
bot.on(event, handler)
print(bot._events)
# Assert that the event handler is added to the list of events
assert len(bot._events[event]) == 1
assert bot._events[event][0] == handler
Expand Down

0 comments on commit d89b2e5

Please sign in to comment.