Skip to content

Commit ad2caa6

Browse files
authored
Merge pull request gocolly#855 from gcmutator/master
chore: fix function name in comment
2 parents 6a60ade + 5b8f690 commit ad2caa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colly_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ func TestCollectorPostURLRevisitCheck(t *testing.T) {
904904
}
905905
}
906906

907-
// TestCollectorURLRevisitDisallowed ensures that disallowed URL is not considered visited.
907+
// TestCollectorURLRevisitDomainDisallowed ensures that disallowed URL is not considered visited.
908908
func TestCollectorURLRevisitDomainDisallowed(t *testing.T) {
909909
ts := newTestServer()
910910
defer ts.Close()

0 commit comments

Comments
 (0)