Skip to content

Commit ddf7642

Browse files
authored
Merge pull request #7 from bcmi-labs/fix-test
Update unit test to use current API
2 parents f3a416c + e1a4e35 commit ddf7642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino.cc/repository/libraries/git_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func TestUpdateLibraryJson(t *testing.T) {
5252
require.NoError(t, err)
5353
require.NotEmpty(t, zipFilePath)
5454

55-
err = UpdateLibrary(release, libraryDb)
55+
err = UpdateLibrary(release, r.URL, libraryDb)
5656
require.NoError(t, err)
5757

5858
}

0 commit comments

Comments
 (0)