FIX: Remove trailing whitespace to fix build

This commit is contained in:
Rishabh 2019-01-08 17:37:43 +05:30
parent 8f602be2fe
commit 733a60e888
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ describe PostAction do
PostAction.auto_close_if_threshold_reached(topic)
expect(topic.reload.closed).to eq(true)
timer = TopicTimer.last
expect(timer.execute_at).to eq(1.hour.from_now)