Fix tests

This commit is contained in:
KMY 2023-09-12 14:24:25 +09:00
parent 6659391c44
commit f09e59a96c
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
require 'rails_helper'
describe SearchQueryTransformer do
subject { described_class.new.apply(parser, current_account: account) }
subject { described_class.new.apply(parser, current_account: account, searchability: :public) }
let(:account) { Fabricate(:account) }
let(:parser) { SearchQueryParser.new.parse(query) }