Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Jan 18, 2017
1 parent 721e183 commit 2a7d026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util_test.go
Expand Up @@ -21,7 +21,7 @@ func TestReader(t *testing.T) {
}))
test.Error(t, err, nil)

r = Reader(parser, r, "text/html", "/request")
r = Reader(r, parser, "text/html", "/request")
_, err = io.Copy(ioutil.Discard, r)
test.Error(t, err, nil)
}
Expand Down

0 comments on commit 2a7d026

Please sign in to comment.