Skip to content

Commit

Permalink
Update src/components/radios/_macro.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: rmccar <42928680+rmccar@users.noreply.github.com>
  • Loading branch information
SriHV and rmccar authored Jul 10, 2024
1 parent 800b63b commit 6c2eca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/radios/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const EXAMPLE_RADIO_ITEM_TEXTAREA_WITH_PRESET_VALUE = {
checked: true,
id: 'other-textarea-input',
name: 'other-answer',
value: 'other-answer',
value: 'other answer',
},
};

Expand Down

0 comments on commit 6c2eca6

Please sign in to comment.