diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-09-24 23:36:00 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-09-24 23:36:00 +0200 |
| commit | bd9e7f7acfd855d4685aa4544169c0e29cdbf205 (patch) | |
| tree | c5218c65359c0c2dee5a8db2670f30db677f068a /modules/followlinks/followlinks_test.go | |
| parent | 08df9258a532b653c243e077e82491dbe62ad854 (diff) | |
clean up modules
Diffstat (limited to 'modules/followlinks/followlinks_test.go')
| -rw-r--r-- | modules/followlinks/followlinks_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/followlinks/followlinks_test.go b/modules/followlinks/followlinks_test.go index 03c3a6b..18c8ceb 100644 --- a/modules/followlinks/followlinks_test.go +++ b/modules/followlinks/followlinks_test.go @@ -34,6 +34,6 @@ func TestFollowLinks(t *testing.T) { require.Contains(t, urls, "http://www.example.com/baz") require.Contains(t, urls, "http://www.example.com/foo/bar") require.Contains(t, urls, "http://www.example.com/foo/baz") - require.Contains(t, urls, "http://www.google.com/") + require.Contains(t, urls, "http://www.google.com") require.Contains(t, urls, "http://www.google.com/baz") } |