Remove erroneous service type on TagFeed model spec (#29302)

This commit is contained in:
Matt Jankowski 2024-02-21 06:25:33 -05:00 committed by GitHub
parent fd2b6c29c6
commit 1f648fdf1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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') }