You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The func TestCreateBirdsHandler(t *testing.T) doesn't work as expected too.
I'm trying to learn how to build a REST API application and your tutorial is pretty great because you explain all the construction with tests. So, I'm stuck on this part to move forward. So, can you help to figure out this part of the code?
Thanks for the great tutorial and for your attention!
Cheers
The text was updated successfully, but these errors were encountered:
Seems this piece of test case doesn't really work:
blog_example__go_web_app/bird_handlers_test.go
Lines 35 to 43 in e8fca3b
The test case doesn't use the
birds
array, by the way.blog_example__go_web_app/bird_handlers_test.go
Lines 15 to 17 in e8fca3b
The
func TestCreateBirdsHandler(t *testing.T)
doesn't work as expected too.I'm trying to learn how to build a REST API application and your tutorial is pretty great because you explain all the construction with tests. So, I'm stuck on this part to move forward. So, can you help to figure out this part of the code?
Thanks for the great tutorial and for your attention!
Cheers
The text was updated successfully, but these errors were encountered: