Skip to content

Commit ab61e0b

Browse files
Update internal/integrationtest/outdated/outdated_test.go
Co-authored-by: Umberto Baldi <[email protected]>
1 parent 6cf23f1 commit ab61e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/integrationtest/outdated/outdated_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func TestOutdatedUsingLibraryWithInvalidVersion(t *testing.T) {
7474

7575
// Changes the version of the currently installed library so that it's invalid
7676
libPropPath := cli.SketchbookDir().Join("libraries", "WiFi101", "library.properties")
77-
err = libPath.WriteFile([]byte("name=WiFi101\nversion=1.0001"))
77+
err = libPropPath.WriteFile([]byte("name=WiFi101\nversion=1.0001"))
7878
require.NoError(t, err)
7979

8080
// Verifies library is correctly returned

0 commit comments

Comments
 (0)