mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:01:26 +08:00
DEV: Fix random typos (#22078)
Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
This commit is contained in:
@ -3097,7 +3097,7 @@ RSpec.describe Topic do
|
||||
end
|
||||
|
||||
describe "removing oneself" do
|
||||
it "should remove onself" do
|
||||
it "should remove oneself" do
|
||||
topic.allowed_users << user1
|
||||
|
||||
expect(topic.remove_allowed_user(user1, user1)).to eq(true)
|
||||
|
Reference in New Issue
Block a user