Skip to content

Commit b08819e

Browse files
committed
fix test
1 parent 7a8bd0e commit b08819e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/app/intellectual-menu/intellectual-menu.component.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ describe('IntellectualMenuComponent', () => {
1515
{
1616
provide: ActivatedRoute,
1717
useValue: {
18-
params: new BehaviorSubject({ id: 1 })
18+
params: new BehaviorSubject({ id: 1 }),
19+
snapshot: { url: '/' },
1920
}
2021
}],
2122
})

0 commit comments

Comments
 (0)