linter fix

Signed-off-by: Meredith Lancaster <[email protected]>
This commit is contained in:
Meredith Lancaster
2025-12-09 08:32:31 -08:00
parent 0380590fdd
commit d795a0ad0d
@@ -52,10 +52,7 @@ describe('createStorageRecord', () => {
}) })
it('persists the storage record', async () => { it('persists the storage record', async () => {
await expect(createStorageRecord(options)).resolves.toEqual([ await expect(createStorageRecord(options)).resolves.toEqual([123, 456])
123,
456
])
}) })
}) })