Skip to content

Commit

Permalink
fix(tests): removed fdescribe in 404 error component
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaestro authored and Ismael Ramos committed Oct 7, 2017
1 parent 829b51b commit 5f7c302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/error404/error-404.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {ProgressBarService} from '../../shared/services/progress-bar.service';
import {TestsModule} from '../../shared/modules/tests.module';
import {Error404Component} from './error-404.component';

fdescribe('Error404Component', () => {
describe('Error404Component', () => {
let fixture;
let component;
let progressBarService;
Expand Down

0 comments on commit 5f7c302

Please sign in to comment.