mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
@@ -52,10 +52,7 @@ describe('createStorageRecord', () => {
|
||||
})
|
||||
|
||||
it('persists the storage record', async () => {
|
||||
await expect(createStorageRecord(options)).resolves.toEqual([
|
||||
123,
|
||||
456
|
||||
])
|
||||
await expect(createStorageRecord(options)).resolves.toEqual([123, 456])
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user