Skip to content

Commit

Permalink
fix hackernews fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Apr 26, 2023
1 parent e71544b commit 358c0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/reddit/fetch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
const URL = `https://old.reddit.com/r/gamedev/comments/horm1a/ive_started_making_a_teaching_aid_for_people/`

func TestRTFetch(t *testing.T) {
_, err := Fetch(URL, "Reddit_Cli/0.1", 100, 3, time.Second*10)
_, err := Fetch(URL, "Reddit_Cli/0.1", time.Second*10)
if err != nil {
t.Fail()
}
Expand Down

0 comments on commit 358c0a2

Please sign in to comment.