Skip to content

Commit

Permalink
Fix unit tests scope
Browse files Browse the repository at this point in the history
Resolves #1310
  • Loading branch information
oodamien committed Oct 23, 2019
1 parent 47afaef commit 6ea39c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -23,7 +23,7 @@ import { StreamsImportComponent } from './streams-import.component';
import { MockStreamsUtilsService } from '../../../tests/mocks/streams-utils';
import { By } from '@angular/platform-browser';

fdescribe('StreamsImportComponent', () => {
describe('StreamsImportComponent', () => {

let component: StreamsImportComponent;
let fixture: ComponentFixture<StreamsImportComponent>;
Expand Down
Expand Up @@ -23,7 +23,7 @@ import { TasksImportComponent } from './tasks-import.component';
import { MockTasksService } from '../../../tests/mocks/tasks';
import { TasksService } from '../../tasks.service';

fdescribe('TasksImportComponent', () => {
describe('TasksImportComponent', () => {

let component: TasksImportComponent;
let fixture: ComponentFixture<TasksImportComponent>;
Expand Down

0 comments on commit 6ea39c1

Please sign in to comment.