Skip to content

Commit a72d259

Browse files
ardatanCopilot
andcommitted
Update packages/batch-delegate/tests/errorPaths.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent ba401c8 commit a72d259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/batch-delegate/tests/errorPaths.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ describe('preserves error path indices', () => {
8989
objects: [
9090
{
9191
id: '1',
92-
property: null as null,
92+
property: null,
9393
},
9494
{
9595
id: '2',
96-
property: null as null,
96+
property: null,
9797
},
9898
],
9999
},

0 commit comments

Comments
 (0)