Merge remote-tracking branch 'parent/main' into upstream-20230209
This commit is contained in:
commit
05e52a09a8
188 changed files with 2810 additions and 1295 deletions
|
@ -7,7 +7,7 @@ describe REST::SuggestionSerializer do
|
|||
let(:record) do
|
||||
AccountSuggestions::Suggestion.new(
|
||||
account: account,
|
||||
source: 'SuggestionSource'
|
||||
sources: ['SuggestionSource']
|
||||
)
|
||||
end
|
||||
let(:account) { Fabricate(:account) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue