DEV: Fix random typos (#25957)

February 2024 edition
This commit is contained in:
Jarek Radosz
2024-02-29 12:24:37 +01:00
committed by GitHub
parent 8e4affec54
commit 5c54fbfdb1
10 changed files with 11 additions and 11 deletions

View File

@ -716,7 +716,7 @@ RSpec.describe Post do
SiteSetting.max_mentions_per_post = 1
end
it "allows vmax_mentions_per_post mentions" do
it "allows max_mentions_per_post mentions" do
post_with_one_mention.user.trust_level = TrustLevel[1]
expect(post_with_one_mention).to be_valid
end