Skip to content

Commit

Permalink
Remove erroneous service type on TagFeed model spec (mastodon#29302)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored and skerit committed Feb 27, 2024
1 parent 0da4cc2 commit c199bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/tag_feed_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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') }
Expand Down

0 comments on commit c199bba

Please sign in to comment.