Skip to content

Commit 1fc1c1f

Browse files
committed
chore: update snapshots
1 parent c0450ef commit 1fc1c1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

typegate/tests/runtimes/graphql/__snapshots__/graphql_test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ snapshot[`Typegraph generation with GraphQL runtime 1`] = `
166166
"rate": null,
167167
"version": "0.0.3",
168168
"randomSeed": null,
169-
"artifacts": []
169+
"artifacts": {}
170170
}
171171
}'
172172
`;

typegate/tests/runtimes/s3/__snapshots__/s3_test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ snapshot[`s3 typegraphs 1`] = `
405405
"rate": null,
406406
"version": "0.0.3",
407407
"randomSeed": null,
408-
"artifacts": []
408+
"artifacts": {}
409409
}
410410
}'
411411
`;

typegraph/core/src/snapshots/typegraph_core__tests__successful_serialization.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ expression: typegraph.0
135135
"rate": null,
136136
"version": "0.0.3",
137137
"randomSeed": null,
138-
"artifacts": []
138+
"artifacts": {}
139139
}
140140
}

0 commit comments

Comments
 (0)