Skip to content

Commit

Permalink
refactor(forkJoin-spec): fix issue causing broken build
Browse files Browse the repository at this point in the history
It appears to be some sort of bad merge from a previous PR merge. Not sure how this got in there
  • Loading branch information
benlesh committed Feb 7, 2018
1 parent 9390021 commit ca5a335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/observables/forkJoin-spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { expect } from 'chai';
import { Observable } from '../../src';
import { forkJoin, of } from '../../src/create';
import { Observable, forkJoin, of } from '../../src';
import { lowerCaseO } from '../helpers/test-helper';
import marbleTestingSignature = require('../helpers/marble-testing'); // tslint:disable-line:no-require-imports

Expand Down

0 comments on commit ca5a335

Please sign in to comment.