We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf23f1 commit ab61e0bCopy full SHA for ab61e0b
internal/integrationtest/outdated/outdated_test.go
@@ -74,7 +74,7 @@ func TestOutdatedUsingLibraryWithInvalidVersion(t *testing.T) {
74
75
// Changes the version of the currently installed library so that it's invalid
76
libPropPath := cli.SketchbookDir().Join("libraries", "WiFi101", "library.properties")
77
- err = libPath.WriteFile([]byte("name=WiFi101\nversion=1.0001"))
+ err = libPropPath.WriteFile([]byte("name=WiFi101\nversion=1.0001"))
78
require.NoError(t, err)
79
80
// Verifies library is correctly returned
0 commit comments