Skip to content

Commit

Permalink
chore: fix lint after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
carstendietrich committed Oct 16, 2023
1 parent 529806e commit ab364f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions product/infrastructure/fake/searchservice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ func TestSearchService_Search(t *testing.T) {
}

func TestSearchService_SearchBy(t *testing.T) {
t.Parallel()

type fields struct {
liveSearchJSON string
}
Expand Down Expand Up @@ -128,7 +130,9 @@ func TestSearchService_SearchBy(t *testing.T) {
}

for _, tt := range tests {
tt := tt
t.Run(tt.name, func(t *testing.T) {
t.Parallel()
s := new(fake.SearchService).Inject(
new(fake.ProductService),
&struct {
Expand Down

0 comments on commit ab364f3

Please sign in to comment.