Skip to content

Commit 8c46478

Browse files
lx1036jelbourn
authored andcommitted
chore(radio): fix typo in test name (#14000)
1 parent 6c741c4 commit 8c46478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/radio/radio.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ describe('MatRadio', () => {
217217
expect(radioInstances[1].checked).toBe(true);
218218
});
219219

220-
it('should deselect all of the checkboxes when the group value is cleared', () => {
220+
it('should deselect all of the radios when the group value is cleared', () => {
221221
radioInstances[0].checked = true;
222222

223223
expect(groupInstance.value).toBeTruthy();

0 commit comments

Comments
 (0)