Skip to content

Commit 54f1dd5

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

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
@@ -306,7 +306,7 @@ func TestList(t *testing.T) {
306306
require.Empty(t, stderr)
307307
requirejson.Len(t, stdout, 1)
308308
// be sure data contains the correct provides_includes field
309-
requirejson.Query(t, stdout, ".[0] | .library | .provides_includes | .[0]", "\"Arduino_APDS9960.h\"")
309+
requirejson.Query(t, stdout, ".[0] | .library | .provides_includes | .[0]", `"Arduino_APDS9960.h"`)
310310
}
311311

312312
func TestListExitCode(t *testing.T) {

0 commit comments

Comments
 (0)