mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove debugging prints
This commit is contained in:
parent
b4dc8e7115
commit
5ae0b9ba42
@ -171,10 +171,8 @@ describe Jobs::PollMailbox do
|
||||
email = MockPop3EmailObject.new fixture_file('emails/multiple_destinations.eml')
|
||||
expect_success
|
||||
|
||||
puts topic.posts
|
||||
poller.handle_mail(email)
|
||||
|
||||
puts topic.posts
|
||||
new_post = Post.find_by(topic: topic, post_number: 2)
|
||||
assert new_post.present?
|
||||
assert_equal expected_post.strip, new_post.cooked.strip
|
||||
|
Loading…
Reference in New Issue
Block a user