Update src/config-utils.test.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Michael B. Gale
2025-09-10 13:47:47 +01:00
committed by GitHub
parent 4f56152a48
commit 0487de31f2
+1 -1
View File
@@ -298,7 +298,7 @@ test("loading config with version mismatch throws", async (t) => {
// Stub `getActionVersion` to return some nonsense.
const getActionVersionStub = sinon
.stub(actionsUtil, "getActionVersion")
.resolves("does-not-exist");
.returns("does-not-exist");
await configUtils.initConfig(
createTestInitConfigInputs({