mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-22 14:58:16 +00:00
Code style changes in specs and removed an extra space
This commit is contained in:
@@ -23,11 +23,11 @@ RSpec.describe Api::V2::MutesController, type: :controller do
|
||||
end
|
||||
|
||||
it 'returns one mute' do
|
||||
expect(mutes.size).to be(1)
|
||||
expect(mutes.size).to be 1
|
||||
end
|
||||
|
||||
it 'returns whether the mute hides notifications' do
|
||||
expect(mutes.first["hide_notifications"]).to be(false)
|
||||
expect(mutes.first["hide_notifications"]).to be false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user