labstack / echox

Echo cookbook and website
https://echo.labstack.com
MIT License
407 stars 285 forks source link

Fix testing example in docs #228

Open TakuKaneda opened 2 years ago

TakuKaneda commented 2 years ago

Fix the issue discussed in https://github.com/labstack/echox/issues/140

We need to add a new line for the expected JSON to pass the test.

$ go test -run ^TestCreateUser$                     
PASS
ok      echo-testing/handler    0.108s