mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 19:07:06 +00:00
fix #2158 and more
This commit is contained in:
@@ -10,5 +10,5 @@ func TestShareServices(t *testing.T) {
|
||||
app := newApp()
|
||||
e := httptest.New(t, app)
|
||||
|
||||
e.GET("/").Expect().Status(httptest.StatusOK).Body().Equal("Hello, Gophers!")
|
||||
e.GET("/").Expect().Status(httptest.StatusOK).Body().IsEqual("Hello, Gophers!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user