Appease the dog overlords

This commit is contained in:
Andreas Nedbal 2022-12-27 02:56:04 +01:00 committed by Andreas Nedbal
parent 7ccee0c000
commit 8c73636311
1 changed files with 5 additions and 5 deletions

View File

@ -9,9 +9,9 @@ describe UseCase::Question::Create do
UseCase::Question::Create.call(
source_user_id: source_user&.id,
target_user_id: target_user.id,
content: content,
anonymous: anonymous,
author_identifier: author_identifier
content:,
anonymous:,
author_identifier:
)
end