mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
Correct typo in spec name
This commit is contained in:
parent
2063d20e9a
commit
26b843e5e8
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ describe Jobs::UserEmail do
|
|||
expect(user.last_emailed_at).to eq(last_emailed_at)
|
||||
end
|
||||
|
||||
it "creates a skipped email log when the usere isn't allowed to see the post" do
|
||||
it "creates a skipped email log when the user isn't allowed to see the post" do
|
||||
user.user_option.update(email_level: UserOption.email_level_types[:always])
|
||||
post.topic.convert_to_private_message(Discourse.system_user)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue