diff --git a/tests/__snapshots__/index.test.ts.snap b/tests/__snapshots__/index.test.ts.snap index 743b746..5172e45 100644 --- a/tests/__snapshots__/index.test.ts.snap +++ b/tests/__snapshots__/index.test.ts.snap @@ -229,13 +229,6 @@ exports[`create-an-issue logs a helpful error if creating an issue throws an err [ [HttpError: Validation error: {"foo":true}], ], - [ - [ - { - "foo": true, - }, - ], - ], ] `; @@ -247,13 +240,6 @@ exports[`create-an-issue logs a helpful error if updating an issue throws an err [ [HttpError: Validation error: {"foo":true}], ], - [ - [ - { - "foo": true, - }, - ], - ], ] `;