diff --git a/spec/lib/use_case/question/create_followers_spec.rb b/spec/lib/use_case/question/create_followers_spec.rb index 89e44e05..0ee8475e 100644 --- a/spec/lib/use_case/question/create_followers_spec.rb +++ b/spec/lib/use_case/question/create_followers_spec.rb @@ -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