Skip to content

Commit ec2eb5d

Browse files
committed
fix test case
1 parent 040ad90 commit ec2eb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func TestConcurrentQuery(t *testing.T) {
188188
}
189189
}(i)
190190
}
191-
wg.Done()
191+
wg.Wait()
192192
}
193193

194194
func loadHTML(str string) *html.Node {

0 commit comments

Comments
 (0)