mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 11:44:00 +08:00
Fix syntax error.
This commit is contained in:
parent
23d4435af1
commit
38496985ef
|
@ -405,6 +405,7 @@ describe StaffActionLogger do
|
||||||
user_history = UserHistory.last
|
user_history = UserHistory.last
|
||||||
expect(user_history.action).to eq(UserHistory.actions[:activate_user])
|
expect(user_history.action).to eq(UserHistory.actions[:activate_user])
|
||||||
expect(user_history.details).to eq(reason)
|
expect(user_history.details).to eq(reason)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
describe '#log_readonly_mode' do
|
describe '#log_readonly_mode' do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user