Skip to content

Commit 642caf5

Browse files
Update internal/integrationtest/lib/lib_test.go
Co-authored-by: Cristian Maglie <c.maglie@bug.st>
1 parent 95b5b78 commit 642caf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integrationtest/lib/lib_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ func TestList(t *testing.T) {
295295
require.Empty(t, stderr)
296296
requirejson.Len(t, stdout, 1)
297297
// be sure data contains the available version
298-
requirejson.Query(t, stdout, ".[0] | .release | .version != \"\"", "true")
298+
requirejson.Query(t, stdout, `.[0] | .release | .version != ""`, "true")
299299

300300
// Install something we can list without provides_includes field given in library.properties
301301
_, _, err = cli.Run("lib", "install", "Arduino_APDS9960@1.0.3")

0 commit comments

Comments
 (0)