We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da55f5 commit c290ba0Copy full SHA for c290ba0
internal/integrationtest/lib/lib_test.go
@@ -1285,8 +1285,8 @@ func TestUpgradeDoesNotTryToUpgradeBundledCoreLibrariesInSketchbook(t *testing.T
1285
require.NoError(t, err)
1286
requirejson.Len(t, stdout, 2)
1287
// Verify both libraries have the same name
1288
- requirejson.Query(t, stdout, ".[0] | .library | .name", "\"USBHost\"")
1289
- requirejson.Query(t, stdout, ".[1] | .library | .name", "\"USBHost\"")
+ requirejson.Query(t, stdout, ".[0] | .library | .name", `"USBHost"`)
+ requirejson.Query(t, stdout, ".[1] | .library | .name", `"USBHost"`)
1290
1291
stdout, _, err = cli.Run("lib", "upgrade")
1292
0 commit comments