Skip to content

Commit

Permalink
fixed testPosts.py agusmakmun#4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekkatron committed Sep 9, 2020
1 parent 704ef3e commit 93cbe6e
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 @@ -7,4 +7,4 @@ def testPost(self):
post = Post(title="My Title", description="Blurb", wiki="Post Body")
self.assertEqual(post.title, "My Title")
self.assertEqual(post.description, "Blurb")
self.assertEqual(post.wiki, "Post Body")
self.assertEqual(post.wiki, "Post Body")

0 comments on commit 93cbe6e

Please sign in to comment.