We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ada70f commit 78ac0a2Copy full SHA for 78ac0a2
src/components/radio/radio.spec.ts
@@ -274,7 +274,7 @@ export function main() {
274
275
fixture.detectChanges();
276
expect(buttons[0].componentInstance.checked).toBe(false);
277
- expect(buttons[1].componentInstance.checked).toBe(false);
+ expect(buttons[1].componentInstance.checked).toBe(false);
278
expect(fixture.componentInstance.choice).toBe(undefined);
279
280
group.componentInstance.selected = buttons[0].componentInstance;
0 commit comments