Skip to content

Commit 1027970

Browse files
committed
fixed tests
1 parent 5794622 commit 1027970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/sidenav/drawer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ class DrawerDelayed {
665665
@Component({
666666
template: `
667667
<mat-drawer-container>
668-
<mat-drawer *ngIf="renderDrawer" [mode]="mode"></mat-drawer>
668+
<mat-drawer *ngIf="renderDrawer" [mode]="mode" style="width:100px"></mat-drawer>
669669
</mat-drawer-container>`,
670670
})
671671
class DrawerContainerStateChangesTestApp {

0 commit comments

Comments
 (0)