diff options
| -rw-r--r-- | brokenlinks/brokenlinks_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/brokenlinks/brokenlinks_test.go b/brokenlinks/brokenlinks_test.go index ff9b5d6..f52cde9 100644 --- a/brokenlinks/brokenlinks_test.go +++ b/brokenlinks/brokenlinks_test.go @@ -175,8 +175,8 @@ func TestBrokenlinks(t *testing.T) { }, }, }, { - // Scanning on "/path" should not scan the the "/" or other - // pages other than below of "/path" itself. + // Scanning on "/page2" should not scan the the "/" or other + // pages other than below of "/page2" itself. opts: brokenlinks.Options{ Url: testUrl + `/page2`, }, |
