File tree 1 file changed +4
-0
lines changed
packages/daemon/__tests__/integration
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ import getConfig from '../../src/config';
42
42
43
43
// @ts -ignore
44
44
getConfig . mockReturnValue ( {
45
+ NETWORK : 'testnet' ,
45
46
SERVICE_NAME : 'daemon-test' ,
46
47
CONSOLE_LEVEL : 'debug' ,
47
48
TX_CACHE_SIZE : 100 ,
@@ -85,6 +86,7 @@ describe('unvoided transaction scenario', () => {
85
86
it ( 'should do a full sync and the balances should match' , async ( ) => {
86
87
// @ts -ignore
87
88
getConfig . mockReturnValue ( {
89
+ NETWORK : 'testnet' ,
88
90
SERVICE_NAME : 'daemon-test' ,
89
91
CONSOLE_LEVEL : 'debug' ,
90
92
TX_CACHE_SIZE : 100 ,
@@ -133,6 +135,7 @@ describe('reorg scenario', () => {
133
135
it ( 'should do a full sync and the balances should match' , async ( ) => {
134
136
// @ts -ignore
135
137
getConfig . mockReturnValue ( {
138
+ NETWORK : 'testnet' ,
136
139
SERVICE_NAME : 'daemon-test' ,
137
140
CONSOLE_LEVEL : 'debug' ,
138
141
TX_CACHE_SIZE : 100 ,
@@ -181,6 +184,7 @@ describe('single chain blocks and transactions scenario', () => {
181
184
it ( 'should do a full sync and the balances should match' , async ( ) => {
182
185
// @ts -ignore
183
186
getConfig . mockReturnValue ( {
187
+ NETWORK : 'testnet' ,
184
188
SERVICE_NAME : 'daemon-test' ,
185
189
CONSOLE_LEVEL : 'debug' ,
186
190
TX_CACHE_SIZE : 100 ,
You can’t perform that action at this time.
0 commit comments