Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Mar 13, 2017
1 parent 87ab6d4 commit c44c9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_model/test_model_blogpost.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ def test_blogpost_public_json(self):

tmp = blogpost.to_public_json()
assert tmp.keys().sort() == Blogpost().public_attributes().sort()
assert Blogpost().public_info_keys == []
assert Blogpost().public_info_keys() == []

0 comments on commit c44c9a8

Please sign in to comment.