Skip to content

Commit

Permalink
chore(radio): fix typo in test name (angular#14000)
Browse files Browse the repository at this point in the history
  • Loading branch information
lx1036 authored and jelbourn committed Nov 6, 2018
1 parent 6c741c4 commit 8c46478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/radio/radio.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ describe('MatRadio', () => {
expect(radioInstances[1].checked).toBe(true);
});

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

expect(groupInstance.value).toBeTruthy();
Expand Down

0 comments on commit 8c46478

Please sign in to comment.