Skip to content

Commit 67ea26b

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/integrationtest/lib/lib_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -743,9 +743,6 @@ func TestSearch(t *testing.T) {
743743
require.NoError(t, err)
744744
requirejson.Query(t, stdout, ".libraries | length", fmt.Sprint(len(libs)))
745745

746-
_, _, err = cli.Run("lib", "search", "--names")
747-
require.NoError(t, err)
748-
749746
runSearch := func(args string, expectedLibs []string) {
750747
stdout, _, err = cli.Run("lib", "search", "--names", "--format", "json", args)
751748
require.NoError(t, err)

0 commit comments

Comments
 (0)