Skip to content

Commit 0487de3

Browse files
mbgCopilot
andauthored
Update src/config-utils.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent 4f56152 commit 0487de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config-utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ test("loading config with version mismatch throws", async (t) => {
298298
// Stub `getActionVersion` to return some nonsense.
299299
const getActionVersionStub = sinon
300300
.stub(actionsUtil, "getActionVersion")
301-
.resolves("does-not-exist");
301+
.returns("does-not-exist");
302302

303303
await configUtils.initConfig(
304304
createTestInitConfigInputs({

0 commit comments

Comments
 (0)