Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengchun committed Mar 20, 2024
1 parent 040ad90 commit ec2eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func TestConcurrentQuery(t *testing.T) {
}
}(i)
}
wg.Done()
wg.Wait()
}

func loadHTML(str string) *html.Node {
Expand Down

0 comments on commit ec2eb5d

Please sign in to comment.