File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/indexer-common/src/indexing-fees/__tests__ Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ let graphNode: GraphNode
43
43
let managementModels : IndexerManagementModels
44
44
let queryFeeModels : QueryFeeModels
45
45
let network : Network
46
+ let dipsCollector : DipsCollector
46
47
const networkSpecWithDips = {
47
48
...testNetworkSpecification ,
48
49
indexerOptions : {
@@ -100,6 +101,7 @@ const setup = async () => {
100
101
graphNode ,
101
102
metrics ,
102
103
)
104
+ dipsCollector = network . dipsCollector !
103
105
}
104
106
105
107
const setupEach = async ( ) => {
@@ -386,7 +388,6 @@ describe('DipsCollector', () => {
386
388
} )
387
389
388
390
describe ( 'payment collection' , ( ) => {
389
- const dipsCollector = network . dipsCollector !
390
391
const testDeploymentId = 'QmTZ8ejXJxRo7vDBS4uwqBeGoxLSWbhaA7oXa1RvxunLy7'
391
392
const testAllocationId = 'abcd47df40c29949a75a6693c77834c00b8ad626'
392
393
const testAgreementId = '123e4567-e89b-12d3-a456-426614174000'
You can’t perform that action at this time.
0 commit comments