Skip to content

Commit 850af33

Browse files
committed
fixed all tests
1 parent b156463 commit 850af33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/transaction/src/app/transactions/transactions.service.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ describe('TransactionsService', () => {
1616
TransactionsService,
1717
{ provide: Packages.WALLET, useValue: {} },
1818
{ provide: Packages.INTEGRATION, useValue: {} },
19+
{ provide: Packages.NOTIFICATION, useValue: {} },
1920
{ provide: getRepositoryToken(ForexTransaction), useValue: {} },
2021
{ provide: getRepositoryToken(ForexOrder), useValue: {} },
2122
{ provide: DataSource, useValue: {} },

0 commit comments

Comments
 (0)