Skip to content

Commit

Permalink
try to fix karma
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde committed Jul 3, 2017
1 parent 9ecb6ac commit 93a2f4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/wallet/shared/transaction.service.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { TestBed, inject } from '@angular/core/testing';
import { HttpModule } from '@angular/http';

import { TransactionService } from './transaction.service';

Expand All @@ -10,8 +11,8 @@ describe('TransactionService', () => {
beforeEach(() => {
TestBed.configureTestingModule({
providers: [
TransactionService,
AppService,
TransactionService,
AppService,
ElectronService,
RPCService
]
Expand Down

0 comments on commit 93a2f4b

Please sign in to comment.