Skip to content

Commit 476d05a

Browse files
tests: update mocks
1 parent 8dc9514 commit 476d05a

File tree

3 files changed

+1761
-340
lines changed

3 files changed

+1761
-340
lines changed

Diff for: __tests__/main.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe("installer tests", () => {
8686

8787
it("Gets latest version of Task using 0.x and no matching version is installed", async () => {
8888
await installer.getArduinoCli("0.x");
89-
const bindir = path.join(toolDir, "arduino-cli", "0.5.0", os.arch());
89+
const bindir = path.join(toolDir, "arduino-cli", "0.34.2", os.arch());
9090

9191
expect(fs.existsSync(`${bindir}.complete`)).toBe(true);
9292
if (IS_WINDOWS) {

0 commit comments

Comments
 (0)