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

View file

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