mirror of
https://github.com/actions/toolkit.git
synced 2026-08-20 00:00:14 +02:00
@@ -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
|
|
||||||
])
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user