summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app/layout/layout.component.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-common/src/app/layout/layout.component.spec.ts')
-rw-r--r--portal-FE-common/src/app/layout/layout.component.spec.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/portal-FE-common/src/app/layout/layout.component.spec.ts b/portal-FE-common/src/app/layout/layout.component.spec.ts
index 3074c297..91b43c2a 100644
--- a/portal-FE-common/src/app/layout/layout.component.spec.ts
+++ b/portal-FE-common/src/app/layout/layout.component.spec.ts
@@ -38,7 +38,7 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { LayoutComponent } from './layout.component';
-import { Component } from '@angular/core';
+import { Component, Input } from '@angular/core';
describe('LayoutComponent', () => {
let component: LayoutComponent;
@@ -65,4 +65,4 @@ describe('LayoutComponent', () => {
class AppheaderStubComponent {}
@Component({selector: 'app-tabbar', template: ''})
-class AppTabBarStubComponent { } \ No newline at end of file
+class AppTabBarStubComponent { @Input() language: string; } \ No newline at end of file