Skip to content

Commit

Permalink
modify kystub
Browse files Browse the repository at this point in the history
  • Loading branch information
To-Ki-O committed Mar 25, 2023
1 parent ef33042 commit cf7c2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/libs/actions.verify.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe("VerifyAction", () => {
});

it("run verify command with no change.", async () => {
const kyGetStub = createKyGetStub("unchanged");
const kyGetStub = createKyGetStub("dummy");
try {
Deno.copyFileSync(
"../test_data/installed-dim-lock.json",
Expand Down

0 comments on commit cf7c2a1

Please sign in to comment.