Skip to content

Commit 2148fd0

Browse files
authored
test(dialog): remove unused variable from spec file (#26408)
unused variable remove from the test case file
1 parent 87746f6 commit 2148fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/dialog/dialog.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ describe('Dialog', () => {
398398
viewContainerFixture.detectChanges();
399399
flushMicrotasks();
400400

401-
dialogRef = dialog.open(PizzaMsg, {
401+
dialog.open(PizzaMsg, {
402402
maxWidth: '100px',
403403
});
404404

0 commit comments

Comments
 (0)