We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3a416c + e1a4e35 commit ddf7642Copy full SHA for ddf7642
src/arduino.cc/repository/libraries/git_integration_test.go
@@ -52,7 +52,7 @@ func TestUpdateLibraryJson(t *testing.T) {
52
require.NoError(t, err)
53
require.NotEmpty(t, zipFilePath)
54
55
- err = UpdateLibrary(release, libraryDb)
+ err = UpdateLibrary(release, r.URL, libraryDb)
56
57
58
}
0 commit comments