Skip to content

Commit c28c4d0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integrationtest/lib/lib_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ func TestInstallLibraryWithDependencies(t *testing.T) {
470470
// Verifies library's dependencies are correctly installed
471471
stdout, _, err = cli.Run("lib", "list", "--format", "json")
472472
require.NoError(t, err)
473-
requirejson.Query(t, stdout, "[ .[] | .library | .name ] | sort", "[\"MD_MAX72XX\",\"MD_Parola\"]")
473+
requirejson.Query(t, stdout, `[ .[] | .library | .name ] | sort`, `["MD_MAX72XX","MD_Parola"]`)
474474

475475
// Try upgrading with --no-overwrite (should fail) and without --no-overwrite (should succeed)
476476
_, _, err = cli.Run("lib", "install", "[email protected]", "--no-overwrite")

0 commit comments

Comments
 (0)