Skip to content

Commit

Permalink
fixed testPosts.py agusmakmun#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekkatron committed Sep 9, 2020
1 parent 2d9194e commit ecf9603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion martor_demo/app/testPosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ def testPost(self):
self.assertEqual(post.title, "My Title")
self.assertEqual(post.description, "Blurb")
self.assertEqual(post.wiki, "Post Body")

0 comments on commit ecf9603

Please sign in to comment.