Skip to content

Commit 447b637

Browse files
committed
Updated benchmark_test.go
1 parent fa601d3 commit 447b637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmark_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func TestFetchPostCovers(t *testing.T){
2020
t.Fatal(err)
2121
}
2222

23-
nodeList := node.QueryAll(".sm-feat .clearfix article")
23+
nodeList := node.QuerySelectorAll(".left-content article .post-title")
2424
t.Log("Got ", nodeList.Len(), " post titles.")
2525
iter := nodeList.IterNodeList()
2626
for node := range iter{

0 commit comments

Comments
 (0)