Skip to content

Commit ec2eb5d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query_test.go

Lines changed: 1 addition & 1 deletion
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)