Skip to content

Commit 6cbd8f0

Browse files
committed
test: remove unused search parser and update test case
1 parent fdae583 commit 6cbd8f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/parsers/search_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@ import (
66
"github.com/davecgh/go-spew/spew"
77
"github.com/ghoshRitesh12/brooktube"
88
"github.com/ghoshRitesh12/brooktube/internal/models/search"
9-
"github.com/ghoshRitesh12/brooktube/internal/parsers"
109
"github.com/stretchr/testify/assert"
1110
)
1211

1312
// go test -run TestGetSearchResults ./parsers -v -count=1
1413
func TestGetSearchResults(t *testing.T) {
1514
innertube := brooktube.New()
1615

17-
srch := parsers.Search{}
18-
srch.GetAlbumResults("bruh that is the coold")
19-
2016
testsTable := []struct {
2117
query string
2218
category search.SearchCategory

0 commit comments

Comments
 (0)