File tree 2 files changed +2
-29
lines changed
indexer-cli/src/__tests__/indexer 2 files changed +2
-29
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const deploymentRuleInList = (
53
53
rule =>
54
54
rule . identifierType == SubgraphIdentifierType . DEPLOYMENT &&
55
55
new SubgraphDeploymentID ( rule . identifier ) . toString ( ) ==
56
- deployment . toString ( ) ,
56
+ deployment . toString ( ) ,
57
57
) !== undefined
58
58
59
59
const uniqueDeploymentsOnly = (
@@ -626,7 +626,7 @@ export class Agent {
626
626
627
627
let status =
628
628
rewardsPool ! . referencePOI == allocation . poi ||
629
- rewardsPool ! . referencePreviousPOI == allocation . poi
629
+ rewardsPool ! . referencePreviousPOI == allocation . poi
630
630
? 'valid'
631
631
: 'potential'
632
632
Original file line number Diff line number Diff line change @@ -214,30 +214,3 @@ describe('Indexer cost tests singleNetwork', () => {
214
214
)
215
215
} )
216
216
} )
217
-
218
- describe ( 'Indexer cost tests multiNetworks' , ( ) => {
219
- beforeAll ( setupSingleNetwork )
220
- afterAll ( teardown )
221
- beforeEach ( seedCostModels )
222
- afterEach ( deleteFromAllTables )
223
-
224
- describe ( 'Cost set...' , ( ) => {
225
- cliTest (
226
- 'Indexer cost set model deployment id - reject multinetwork mode' ,
227
- [
228
- 'indexer' ,
229
- 'cost' ,
230
- 'set' ,
231
- 'model' ,
232
- 'QmXRpJW3qBuYaiBYHdhv8DF4bHDZhXBmh91MtrnhJfQ5Lk' ,
233
- 'references/basic.agora' ,
234
- ] ,
235
- 'references/indexer-cost-model-deployment-multinetworks' ,
236
- {
237
- expectedExitCode : 1 ,
238
- cwd : baseDir ,
239
- timeout : 10000 ,
240
- } ,
241
- )
242
- } )
243
- } )
You can’t perform that action at this time.
0 commit comments