Skip to content

Commit 82e9abb

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/integrationtest/lib/lib_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ func TestListWithFqbn(t *testing.T) {
385385
requirejson.Len(t, stdout, 1)
386386

387387
// Verifies library is compatible
388-
requirejson.Query(t, stdout, ".[0] | .library | .name", "\"ArduinoJson\"")
389-
requirejson.Query(t, stdout, ".[0] | .library | .compatible_with | .\"arduino:avr:uno\"", "true")
388+
requirejson.Query(t, stdout, `.[0] | .library | .name`, `"ArduinoJson"`)
389+
requirejson.Query(t, stdout, `.[0] | .library | .compatible_with | ."arduino:avr:uno"`, `true`)
390390
}
391391

392392
func TestListProvidesIncludesFallback(t *testing.T) {

0 commit comments

Comments
 (0)