Skip to content

Commit 6d63f43

Browse files
committed
test: fix multiple-subgraph-datasources test
1 parent c74671d commit 6d63f43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/integration-tests/multiple-subgraph-datasources/src/mapping.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { dataSource, EntityTrigger, log } from '@graphprotocol/graph-ts'
22
import { AggregatedData } from '../generated/schema'
3-
import { SourceAData } from '../generated/subgraph-QmYHp1bPEf7EoYBpEtJUpZv1uQHYQfWE4AhvR6frjB1Huj'
4-
import { SourceBData } from '../generated/subgraph-QmYBEzastJi7bsa722ac78tnZa6xNnV9vvweerY4kVyJtq'
3+
import { SourceAData } from '../generated/subgraph-QmZBecjQfrQG5BfpapLywSAzVb5FSFty4j9hVSAhkxbBas'
4+
import { SourceBData } from '../generated/subgraph-QmaqX7yefmvgVTbc2ZukVYasSgXtE7Xg5b79Z7afVx4y6u'
55

66

77
// We know this handler will run first since its defined first in the manifest

tests/integration-tests/multiple-subgraph-datasources/subgraph.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dataSources:
66
name: SourceA
77
network: test
88
source:
9-
address: 'QmYHp1bPEf7EoYBpEtJUpZv1uQHYQfWE4AhvR6frjB1Huj'
9+
address: 'QmZBecjQfrQG5BfpapLywSAzVb5FSFty4j9hVSAhkxbBas'
1010
startBlock: 0
1111
mapping:
1212
apiVersion: 0.0.7
@@ -22,7 +22,7 @@ dataSources:
2222
name: SourceB
2323
network: test
2424
source:
25-
address: 'QmYBEzastJi7bsa722ac78tnZa6xNnV9vvweerY4kVyJtq'
25+
address: 'QmaqX7yefmvgVTbc2ZukVYasSgXtE7Xg5b79Z7afVx4y6u'
2626
startBlock: 0
2727
mapping:
2828
apiVersion: 0.0.7

0 commit comments

Comments
 (0)