Skip to content

Commit 1b69b9e

Browse files
committed
Update test snapshots
1 parent 12e7865 commit 1b69b9e

File tree

2 files changed

+41
-82
lines changed

2 files changed

+41
-82
lines changed

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

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

33
exports[`Init > Ethereum > From contract 1`] = `
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
4+
" › Warning: In next major version, this flag will be removed. By default we
65
› will stop initializing a Git repository.
76
- Fetching ABI from Etherscan
87
✔ Fetching ABI from Etherscan
@@ -40,8 +39,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
4039
`;
4140

4241
exports[`Init > Ethereum > From contract with abi 1`] = `
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
42+
" › Warning: In next major version, this flag will be removed. By default we
4543
› will stop initializing a Git repository.
4644
- Create subgraph scaffold
4745
Generate subgraph
@@ -77,8 +75,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
7775
`;
7876

7977
exports[`Init > Ethereum > From contract with abi and structs 1`] = `
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
78+
" › Warning: In next major version, this flag will be removed. By default we
8279
› will stop initializing a Git repository.
8380
- Create subgraph scaffold
8481
Generate subgraph
@@ -114,8 +111,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
114111
`;
115112

116113
exports[`Init > Ethereum > From contract with index events and abi with ID in events 1`] = `
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
114+
" › Warning: In next major version, this flag will be removed. By default we
119115
› will stop initializing a Git repository.
120116
- Create subgraph scaffold
121117
Generate subgraph
@@ -151,8 +147,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
151147
`;
152148

153149
exports[`Init > Ethereum > From contract with list items in abi 1`] = `
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
150+
" › Warning: In next major version, this flag will be removed. By default we
156151
› will stop initializing a Git repository.
157152
- Create subgraph scaffold
158153
Generate subgraph
@@ -188,8 +183,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
188183
`;
189184

190185
exports[`Init > Ethereum > From contract with overloaded elements 1`] = `
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
186+
" › Warning: In next major version, this flag will be removed. By default we
193187
› will stop initializing a Git repository.
194188
- Create subgraph scaffold
195189
Generate subgraph
@@ -225,8 +219,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
225219
`;
226220

227221
exports[`Init > Ethereum > From example 1`] = `
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
222+
" › Warning: In next major version, this flag will be removed. By default we
230223
› will stop initializing a Git repository.
231224
- Cloning example subgraph
232225
✔ Cloning example subgraph
@@ -260,8 +253,7 @@ Make sure to visit the documentation on https://thegraph.com/docs/ for further i
260253
`;
261254

262255
exports[`Init > NEAR > From contract 1`] = `
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
256+
" › Warning: In next major version, this flag will be removed. By default we
265257
› will stop initializing a Git repository.
266258
- Create subgraph scaffold
267259
Generate subgraph

0 commit comments

Comments
 (0)