Skip to content

Commit c290ba0

Browse files
Update internal/integrationtest/lib/lib_test.go
Co-authored-by: Cristian Maglie <[email protected]>
1 parent 4da55f5 commit c290ba0

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
@@ -1285,8 +1285,8 @@ func TestUpgradeDoesNotTryToUpgradeBundledCoreLibrariesInSketchbook(t *testing.T
12851285
require.NoError(t, err)
12861286
requirejson.Len(t, stdout, 2)
12871287
// 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\"")
1288+
requirejson.Query(t, stdout, ".[0] | .library | .name", `"USBHost"`)
1289+
requirejson.Query(t, stdout, ".[1] | .library | .name", `"USBHost"`)
12901290

12911291
stdout, _, err = cli.Run("lib", "upgrade")
12921292
require.NoError(t, err)

0 commit comments

Comments
 (0)