DEV: Remove trailing whitespace

This commit is contained in:
David Taylor 2020-08-14 19:24:05 +01:00
parent bdca153a09
commit fd51671991
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ RSpec.describe DiscourseChat::Provider::SlackProvider do
described_class.trigger_notification(post, chan1, rule)
expect(post.topic.slack_thread_id).to eq(@ts)
expect(@thread_stub).to have_been_requested.times(1)
end