Skip to content

Commit

Permalink
Merge pull request #115 from kreuzerk/develop
Browse files Browse the repository at this point in the history
Add missing import
  • Loading branch information
nivekcode authored Nov 11, 2017
2 parents 2d5b414 + 7d20a62 commit db569eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/messages/adv-growl.messageCache.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*/
import {AdvGrowlMessageCache, MESSAGE_SENDER} from './adv-growl.messageCache';
import {Observable} from 'rxjs/Observable';
import 'rxjs/add/observable/empty'

describe('AdvGrowl Message Cache', () => {

Expand Down

0 comments on commit db569eb

Please sign in to comment.