We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 490aa89 commit 6cf23f1Copy full SHA for 6cf23f1
internal/integrationtest/outdated/outdated_test.go
@@ -73,7 +73,7 @@ func TestOutdatedUsingLibraryWithInvalidVersion(t *testing.T) {
73
require.NotContains(t, string(stdout), "WiFi101")
74
75
// Changes the version of the currently installed library so that it's invalid
76
- libPath := cli.SketchbookDir().Join("libraries", "WiFi101", "library.properties")
+ libPropPath := cli.SketchbookDir().Join("libraries", "WiFi101", "library.properties")
77
err = libPath.WriteFile([]byte("name=WiFi101\nversion=1.0001"))
78
require.NoError(t, err)
79
0 commit comments