ajohnson10209 / CodeacademyBuildWebAPICapstone

Capstone project from the course Build Web APIs From Scratch. I completed this course on 3-25-2019
0 stars 0 forks source link

Subtlety - Test Case Results #5

Open cc-prj-review-alf opened 5 years ago

cc-prj-review-alf commented 5 years ago

So great job here, 87/89 test are passing. This put you at 97.75% passing for the tests. Great job here! The goal, of course, if you are out in the field is to try to pass 100% of the time. However, for the context of this assignment, you did meet the expectations for this priority.

ajohnson10209 commented 5 years ago

Yeah, I got stumped with the default field not working. Especially since when I was doing a console log of a record from the employee table, is_employed was returning 1. The other two were issues with returning the array which I didn't understand either.