Skip to content

Commit

Permalink
fixed testing.
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Dec 20, 2016
1 parent 39e349c commit 2095b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multitemplate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func performRequest(r http.Handler, method, path string) *httptest.ResponseRecor

func createMyRender() Render {
r := New()
r.AddFromFiles("index", "tests/base.html", "tests/base.html")
r.AddFromFiles("index", "tests/base.html")

return r
}
Expand Down

0 comments on commit 2095b85

Please sign in to comment.