ColtonProvias / sqlalchemy-jsonapi

JSONAPI implementation for use with SQLAlchemy
MIT License
71 stars 27 forks source link

Add two tests for testing when relationship object is null in realted_get and post_collection #58

Closed kaitj91 closed 7 years ago

kaitj91 commented 7 years ago

This PR is very small and adds two tests that deal with when a relationship object is null in related_get and post_collection. These tests add coverage to two lines of code that we did not have before. Once again these are very small.

rockstar commented 7 years ago

👍