fix expected response

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster
2025-12-08 14:03:23 -08:00
parent dd097c7f4e
commit ed78411ffb
@@ -106,7 +106,7 @@ describe('createStorageRecord', () => {
})
it('persists the attestation', async () => {
await expect(createStorageRecord(artifactParams, registryParams, token)).resolves.toEqual('123')
await expect(createStorageRecord(artifactParams, registryParams, token)).resolves.toEqual(['123', '456'])
})
})
})