Skip to content

Commit 8a4ee25

Browse files
devversionandrewseguin
authored andcommitted
test: fix syntax error for slide-toggle mdc test
Fixes a syntax error for the slide-toggle MDC spec file. The syntax error most likely has been introduced through the cherry-pick of the commit initially targeting master.
1 parent 71c2f01 commit 8a4ee25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-slide-toggle/slide-toggle.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ describe('MDC-based MatSlideToggle with forms', () => {
773773
fixture.detectChanges();
774774

775775
expect(testComponent.isSubmitted).toBe(true);
776-
})));
776+
}));
777777

778778
it('should have proper invalid state if unchecked', fakeAsync(() => {
779779
testComponent.isRequired = true;

0 commit comments

Comments
 (0)