Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pkvach committed Mar 11, 2024
1 parent ede4f11 commit 3223242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion isso/tests/test_comments.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def testCreateAndGetMultiple(self):
self.assertEqual(len(rv['replies']), 20)
self.assertEqual(rv['total_replies'], 20)


def testCreateInvalidParent(self):

self.post('/new?uri=test', data=json.dumps({'text': '...'}))
Expand Down

0 comments on commit 3223242

Please sign in to comment.