We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdae583 commit 6cbd8f0Copy full SHA for 6cbd8f0
internal/parsers/search_test.go
@@ -6,17 +6,13 @@ import (
6
"github.com/davecgh/go-spew/spew"
7
"github.com/ghoshRitesh12/brooktube"
8
"github.com/ghoshRitesh12/brooktube/internal/models/search"
9
- "github.com/ghoshRitesh12/brooktube/internal/parsers"
10
"github.com/stretchr/testify/assert"
11
)
12
13
// go test -run TestGetSearchResults ./parsers -v -count=1
14
func TestGetSearchResults(t *testing.T) {
15
innertube := brooktube.New()
16
17
- srch := parsers.Search{}
18
- srch.GetAlbumResults("bruh that is the coold")
19
-
20
testsTable := []struct {
21
query string
22
category search.SearchCategory
0 commit comments