Skip to content

Commit 48c8ac2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integrationtest/lib/lib_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ func TestSearch(t *testing.T) {
741741

742742
stdout, _, err = cli.Run("lib", "search", "--names", "--format", "json")
743743
require.NoError(t, err)
744-
requirejson.Query(t, stdout, ".libraries | length", fmt.Sprint((len(libs))))
744+
requirejson.Query(t, stdout, ".libraries | length", fmt.Sprint(len(libs)))
745745

746746
_, _, err = cli.Run("lib", "search", "--names")
747747
require.NoError(t, err)

0 commit comments

Comments
 (0)