mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Missing indentation.
This commit is contained in:
parent
947b6fdf46
commit
47c41f474d
@ -485,7 +485,6 @@ describe Topic do
|
|||||||
start = Time.now.tomorrow.beginning_of_day
|
start = Time.now.tomorrow.beginning_of_day
|
||||||
freeze_time(start)
|
freeze_time(start)
|
||||||
|
|
||||||
user = Fabricate(:user)
|
|
||||||
trust_level_2 = Fabricate(:user, trust_level: 2)
|
trust_level_2 = Fabricate(:user, trust_level: 2)
|
||||||
topic = Fabricate(:topic, user: trust_level_2)
|
topic = Fabricate(:topic, user: trust_level_2)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user