Skip to content

Commit f0657cd

Browse files
committed
Update test snapshots
1 parent 8d9bbae commit f0657cd

File tree

2 files changed

+82
-41
lines changed

2 files changed

+82
-41
lines changed

packages/cli/tests/cli/__snapshots__/init.test.ts.snap

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`Init > Ethereum > From contract 1`] = `
4-
" › Warning: In next major version, this flag will be removed. By default we
4+
" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0.
5+
› Warning: In next major version, this flag will be removed. By default we
56
› will stop initializing a Git repository.
67
- Fetching ABI from Etherscan
78
✔ Fetching ABI from Etherscan
@@ -39,7 +40,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
3940
`;
4041

4142
exports[`Init > Ethereum > From contract with abi 1`] = `
42-
" › Warning: In next major version, this flag will be removed. By default we
43+
" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0.
44+
› Warning: In next major version, this flag will be removed. By default we
4345
› will stop initializing a Git repository.
4446
- Create subgraph scaffold
4547
Generate subgraph
@@ -75,7 +77,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
7577
`;
7678

7779
exports[`Init > Ethereum > From contract with abi and structs 1`] = `
78-
" › Warning: In next major version, this flag will be removed. By default we
80+
" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0.
81+
› Warning: In next major version, this flag will be removed. By default we
7982
› will stop initializing a Git repository.
8083
- Create subgraph scaffold
8184
Generate subgraph
@@ -111,7 +114,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
111114
`;
112115

113116
exports[`Init > Ethereum > From contract with index events and abi with ID in events 1`] = `
114-
" › Warning: In next major version, this flag will be removed. By default we
117+
" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0.
118+
› Warning: In next major version, this flag will be removed. By default we
115119
› will stop initializing a Git repository.
116120
- Create subgraph scaffold
117121
Generate subgraph
@@ -147,7 +151,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
147151
`;
148152

149153
exports[`Init > Ethereum > From contract with list items in abi 1`] = `
150-
" › Warning: In next major version, this flag will be removed. By default we
154+
" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0.
155+
› Warning: In next major version, this flag will be removed. By default we
151156
› will stop initializing a Git repository.
152157
- Create subgraph scaffold
153158
Generate subgraph
@@ -183,7 +188,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
183188
`;
184189

185190
exports[`Init > Ethereum > From contract with overloaded elements 1`] = `
186-
" › Warning: In next major version, this flag will be removed. By default we
191+
" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0.
192+
› Warning: In next major version, this flag will be removed. By default we
187193
› will stop initializing a Git repository.
188194
- Create subgraph scaffold
189195
Generate subgraph
@@ -219,7 +225,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
219225
`;
220226

221227
exports[`Init > Ethereum > From example 1`] = `
222-
" › Warning: In next major version, this flag will be removed. By default we
228+
" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0.
229+
› Warning: In next major version, this flag will be removed. By default we
223230
› will stop initializing a Git repository.
224231
- Cloning example subgraph
225232
✔ Cloning example subgraph
@@ -253,7 +260,8 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
253260
`;
254261

255262
exports[`Init > NEAR > From contract 1`] = `
256-
" › Warning: In next major version, this flag will be removed. By default we
263+
" › Warning: @graphprotocol/graph-cli update available from 0.90.1 to 0.91.0.
264+
› Warning: In next major version, this flag will be removed. By default we
257265
› will stop initializing a Git repository.
258266
- Create subgraph scaffold
259267
Generate subgraph

0 commit comments

Comments
 (0)