mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Remove erroneous service type on TagFeed
model spec (#29302)
This commit is contained in:
parent
fd2b6c29c6
commit
1f648fdf1a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'rails_helper'
|
||||
|
||||
describe TagFeed, type: :service do
|
||||
describe TagFeed do
|
||||
describe '#get' do
|
||||
let(:account) { Fabricate(:account) }
|
||||
let(:tag_cats) { Fabricate(:tag, name: 'cats') }
|
||||
|
|
Loading…
Reference in a new issue