Skip to content

Commit a482fde

Browse files
committed
fix test
1 parent 40121c9 commit a482fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎arduino/resources/resources_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func TestDownloadAndChecksums(t *testing.T) {
4242
CachePath: "cache",
4343
Checksum: "SHA-256:6a338cf4d6d501176a2d352c87a8d72ac7488b8c5b82cdf2a4e2cef630391092",
4444
Size: 486,
45-
URL: "https://raw.githubusercontent.com/arduino/arduino-cli/master/test/testdata/core.zip",
45+
URL: "https://raw.githubusercontent.com/arduino/arduino-cli/master/internal/integrationtest/testdata/core.zip",
4646
}
4747
digest, err := hex.DecodeString("6a338cf4d6d501176a2d352c87a8d72ac7488b8c5b82cdf2a4e2cef630391092")
4848
require.NoError(t, err)

0 commit comments

Comments
 (0)