Skip to content

Commit

Permalink
Fix form test
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Aug 14, 2024
1 parent c5b9c13 commit 9b9e040
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ describe('<RadioGroup.Root />', () => {

submitButton.click();

expect(stringifiedFormData).to.equal('');
expect(stringifiedFormData).to.equal('group=');

await act(() => {
radioA.click();
Expand Down

0 comments on commit 9b9e040

Please sign in to comment.