Fix tests
This commit is contained in:
parent
6659391c44
commit
f09e59a96c
2 changed files with 2 additions and 2 deletions
|
@ -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) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue