Appease the dog overlords

This commit is contained in:
Karina Kwiatek 2022-07-08 21:28:44 +02:00 committed by Karina Kwiatek
parent d01a2ee252
commit c6530cc4e7
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ require "use_case/question/create_followers"
describe UseCase::Question::CreateFollowers do describe UseCase::Question::CreateFollowers do
subject do subject do
UseCase::Question::CreateFollowers.call( UseCase::Question::CreateFollowers.call(
source_user_id: source_user.id, source_user_id: source_user.id,
content: content, content: content,
author_identifier: author_identifier author_identifier: author_identifier
) )
end end