Skip to content

Commit a623f48

Browse files
committed
Fix borked snapshots
1 parent 9a41499 commit a623f48

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/__snapshots__/index.test.ts.snap

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,6 @@ exports[`create-an-issue logs a helpful error if creating an issue throws an err
229229
[
230230
[HttpError: Validation error: {"foo":true}],
231231
],
232-
[
233-
[
234-
{
235-
"foo": true,
236-
},
237-
],
238-
],
239232
]
240233
`;
241234

@@ -247,13 +240,6 @@ exports[`create-an-issue logs a helpful error if updating an issue throws an err
247240
[
248241
[HttpError: Validation error: {"foo":true}],
249242
],
250-
[
251-
[
252-
{
253-
"foo": true,
254-
},
255-
],
256-
],
257243
]
258244
`;
259245

0 commit comments

Comments
 (0)