1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-26 22:37:08 +00:00

Rocket chat is down - so use the alternative chat

This commit is contained in:
Makis Maropoulos
2016-07-01 22:39:34 +03:00
parent 1557bf1077
commit c60cb24f6e
2 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ type renderTestInformationType struct {
Stars int `xml:"stars",json:"stars"`
}
func TestREST(t *testing.T) {
func TestRenderRest(t *testing.T) {
api := iris.New()
dataContents := []byte("Some binary data here.")