From c6530cc4e7643c80f095273a283012a7b5623d8d Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Fri, 8 Jul 2022 21:28:44 +0200 Subject: [PATCH] Appease the dog overlords --- spec/lib/use_case/question/create_followers_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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