Missing indentation.

This commit is contained in:
Guo Xiang Tan 2018-03-01 13:12:13 +08:00
parent 947b6fdf46
commit 47c41f474d
1 changed files with 26 additions and 27 deletions

View File

@ -485,7 +485,6 @@ describe Topic do
start = Time.now.tomorrow.beginning_of_day
freeze_time(start)
user = Fabricate(:user)
trust_level_2 = Fabricate(:user, trust_level: 2)
topic = Fabricate(:topic, user: trust_level_2)