echox icon indicating copy to clipboard operation
echox copied to clipboard

Fix testing example in docs

Open TakuKaneda opened this issue 4 years ago • 0 comments

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

TakuKaneda avatar Aug 26 '21 05:08 TakuKaneda