mirror of
https://gitea.com/actions/download-artifact.git
synced 2026-02-02 12:24:30 +07:00
Fix linting issues
This commit is contained in:
@@ -251,7 +251,7 @@ describe('download', () => {
|
||||
.mockImplementation(() => Promise.resolve({digestMismatch: true}))
|
||||
|
||||
await expect(run()).rejects.toThrow(
|
||||
"Digest validation failed for artifact(s): corrupted-artifact"
|
||||
'Digest validation failed for artifact(s): corrupted-artifact'
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user