Skip to content

Commit

Permalink
fix: remove deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Oct 11, 2023
1 parent 4278b29 commit 9af6085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/log.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const coreStubs = {
info: sinon.stub(),
warning: sinon.stub(),
}
const log = tap.mock('../src/log', {
const log = tap.mockRequire('../src/log', {
'@actions/core': coreStubs,
})

Expand Down

0 comments on commit 9af6085

Please sign in to comment.