Skip to content

Commit 6469c15

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: internal/integrationtest/lib/lib_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1317,8 +1317,8 @@ func TestUpgradeDoesNotTryToUpgradeBundledCoreLibraries(t *testing.T) {
13171317
require.NoError(t, err)
13181318
requirejson.Len(t, stdout, 2)
13191319
// Verify both libraries have the same name
1320-
requirejson.Query(t, stdout, ".[0] | .library | .name", "\"USBHost\"")
1321-
requirejson.Query(t, stdout, ".[1] | .library | .name", "\"USBHost\"")
1320+
requirejson.Query(t, stdout, ".[0] | .library | .name", `"USBHost"`)
1321+
requirejson.Query(t, stdout, ".[1] | .library | .name", `"USBHost"`)
13221322

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

0 commit comments

Comments
 (0)