FIX: Remove trailing whitespace to fix build
This commit is contained in:
parent
8f602be2fe
commit
733a60e888
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue