Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anandwana001 committed Nov 28, 2024
1 parent d3f6cb7 commit d372c94
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,10 @@ class SubmissionMutationConverterTest {
),
mapOf(
MULTIPLE_CHOICE_RESPONSES_FIELD_NUMBER.toString() to
mapOf(OTHER_TEXT_FIELD_NUMBER.toString() to "other value",
OTHER_SELECTED_FIELD_NUMBER.toString() to true),
mapOf(
OTHER_TEXT_FIELD_NUMBER.toString() to "other value",
OTHER_SELECTED_FIELD_NUMBER.toString() to true,
),
TASK_ID_FIELD_NUMBER.toString() to "single_choice_task_other",
),
mapOf(
Expand All @@ -251,7 +253,7 @@ class SubmissionMutationConverterTest {
mapOf(
SELECTED_OPTION_IDS_FIELD_NUMBER.toString() to listOf("option id 1", "option id 2"),
OTHER_TEXT_FIELD_NUMBER.toString() to "other value",
OTHER_SELECTED_FIELD_NUMBER.toString() to true
OTHER_SELECTED_FIELD_NUMBER.toString() to true,
),
TASK_ID_FIELD_NUMBER.toString() to "multiple_choice_task_other",
),
Expand Down

0 comments on commit d372c94

Please sign in to comment.