Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ta-Hirose committed Sep 30, 2022
1 parent e7b388f commit e1c37f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/libs/actions.install.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ describe("InstallAction", () => {
assertSpyCall(denoExitStub, 0, { args: [1] });
assertSpyCall(consoleLogStub, 0, {
args: [
Colors.red("Not found a dim.json. You should run a 'dim init'. "),
Colors.red("Selecting other than json."),
],
});
} finally {
Expand Down

0 comments on commit e1c37f8

Please sign in to comment.