devonestes / assertions

Helpful assertions for ExUnit
MIT License
142 stars 29 forks source link

Fixes code examples causing failing doctest. #29

Open darrenklein opened 2 years ago

darrenklein commented 2 years ago

@devonestes thank you so much for your hard work on this project! As noted in #27, there are some failing doctests. This is simply because the :user object referred to in the code examples in the documentation was not included in the test schema data, and the result data had a few additional fields that needed to be accounted for (like __typename). I believe that this PR will resolve those failing doctests, and I think should fix the failing build (can't guarantee that second part).

Hope this is helpful, please let me know if there's anything you'd like handled differently!

darrenklein commented 2 years ago

@devonestes just a friendly ping!