Skip to content

Commit d27b9b0

Browse files
Update v2/pkgs/tools_test.go
Co-authored-by: MatteoPologruto <[email protected]>
1 parent b2b242e commit d27b9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/pkgs/tools_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ func TestInstall(t *testing.T) {
245245
"rp2040tools-1.0.6": {"elf2uf2", "picotool", "pioasm", "rp2040load"},
246246
"esptool_py-4.5.1": {"esptool"},
247247
"arduino-fwuploader-2.2.2": {"arduino-fwuploader"},
248-
// "esptool-2.5.0-3-20ed2b9": {"esptool"}, // we don't check if there is esptool in the archive becase it's the same archive even on windows (no extension)
248+
// "esptool-2.5.0-3-20ed2b9": {"esptool"}, // we don't check if there is esptool in the archive because it's the same archive even on windows (no extension)
249249
}
250250
for _, tc := range testCases {
251251
t.Run(tc.Name+"-"+tc.Version, func(t *testing.T) {

0 commit comments

Comments
 (0)