DEV: Fix the broken build caused by 1e8f216.

This commit is contained in:
Guo Xiang Tan 2020-08-26 12:36:51 +08:00
parent 5bca1aec48
commit 83314d1534
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ describe Topic do
expect(topic_status_update.topic).to eq(staff_topic) expect(topic_status_update.topic).to eq(staff_topic)
expect(topic_status_update.execute_at).to eq_time(2.hours.from_now) expect(topic_status_update.execute_at).to eq_time(2.hours.from_now)
expect(topic_status_update.user).to eq(admin) expect(topic_status_update.user).to eq(Discourse.system_user)
args = job_klass.jobs.last['args'].first args = job_klass.jobs.last['args'].first