fixed footer spec

This commit is contained in:
William Welling
2017-09-26 17:37:53 -05:00
parent 1b2f557960
commit 0ea58e7349

View File

@@ -21,7 +21,7 @@ import { Store, StoreModule } from '@ngrx/store';
// Load the implementations that should be tested // Load the implementations that should be tested
import { FooterComponent } from './footer.component'; import { FooterComponent } from './footer.component';
import { MockTranslateLoader } from '../../shared/testing/mock-translate-loader'; import { MockTranslateLoader } from '../shared/testing/mock-translate-loader';
let comp: FooterComponent; let comp: FooterComponent;
let fixture: ComponentFixture<FooterComponent>; let fixture: ComponentFixture<FooterComponent>;