Skip to content

Commit 78ac0a2

Browse files
fixed radio spec
1 parent 8ada70f commit 78ac0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/radio/radio.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export function main() {
274274

275275
fixture.detectChanges();
276276
expect(buttons[0].componentInstance.checked).toBe(false);
277-
expect(buttons[1].componentInstance.checked).toBe(false);
277+
expect(buttons[1].componentInstance.checked).toBe(false);
278278
expect(fixture.componentInstance.choice).toBe(undefined);
279279

280280
group.componentInstance.selected = buttons[0].componentInstance;

0 commit comments

Comments
 (0)