Skip to content

Commit dcafa66

Browse files
committed
test: Fix tests failing due to spec version mismatch
1 parent e819bbf commit dcafa66

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

store/test-store/tests/chain/ethereum/manifest.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ dataSources:
15781578
- Gravatar
15791579
network: mainnet
15801580
source:
1581-
address: 'QmSWWT2yrTFDZSL8tRyoHEVrcEKAUsY2hj2TMQDfdDZU8h'
1581+
address: 'QmSource'
15821582
startBlock: 9562480
15831583
mapping:
15841584
apiVersion: 0.0.6
@@ -1609,6 +1609,8 @@ dataSources:
16091609
resolver.add("/ipfs/Qmabi", &ABI);
16101610
resolver.add("/ipfs/Qmschema", &GQL_SCHEMA);
16111611
resolver.add("/ipfs/Qmmapping", &MAPPING_WITH_IPFS_FUNC_WASM);
1612+
resolver.add("/ipfs/QmSource", &SOURCE_SUBGRAPH_MANIFEST);
1613+
resolver.add("/ipfs/QmSourceSchema", &SOURCE_SUBGRAPH_SCHEMA);
16121614

16131615
let resolver: Arc<dyn LinkResolverTrait> = Arc::new(resolver);
16141616

tests/integration-tests/source-subgraph/subgraph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
specVersion: 0.0.8
1+
specVersion: 1.3.0
22
schema:
33
file: ./schema.graphql
44
dataSources:

tests/integration-tests/subgraph-data-sources/subgraph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dataSources:
66
name: Contract
77
network: test
88
source:
9-
address: 'Qmaqf8cRxfxbduZppSHKG9DMuX5JZPMoGuwGb2DQuo48sq'
9+
address: 'QmaKaj4gCYo4TmGq27tgqwrsBLwNncHGvR6Q9e6wDBYo8M'
1010
startBlock: 0
1111
mapping:
1212
apiVersion: 0.0.7

0 commit comments

Comments
 (0)