Skip to content
Snippets Groups Projects
Commit 1d52aa0f authored by OZGCloud's avatar OZGCloud
Browse files

OZG-449 fix test

parent 20ceab38
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ describe('NavigationComponent', () => { ...@@ -30,6 +30,7 @@ describe('NavigationComponent', () => {
beforeEach(() => { beforeEach(() => {
fixture = TestBed.createComponent(NavigationComponent); fixture = TestBed.createComponent(NavigationComponent);
component = fixture.componentInstance; component = fixture.componentInstance;
component.apiRootStateResource = createStateResource(createApiRootResource());
fixture.detectChanges(); fixture.detectChanges();
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment