There was an error while loading. Please reload this page.
1 parent 40121c9 commit a482fdeCopy full SHA for a482fde
arduino/resources/resources_test.go
@@ -42,7 +42,7 @@ func TestDownloadAndChecksums(t *testing.T) {
42
CachePath: "cache",
43
Checksum: "SHA-256:6a338cf4d6d501176a2d352c87a8d72ac7488b8c5b82cdf2a4e2cef630391092",
44
Size: 486,
45
- URL: "https://raw.githubusercontent.com/arduino/arduino-cli/master/test/testdata/core.zip",
+ URL: "https://raw.githubusercontent.com/arduino/arduino-cli/master/internal/integrationtest/testdata/core.zip",
46
}
47
digest, err := hex.DecodeString("6a338cf4d6d501176a2d352c87a8d72ac7488b8c5b82cdf2a4e2cef630391092")
48
require.NoError(t, err)
0 commit comments