Skip to content

Commit

Permalink
white lines
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Dec 18, 2014
1 parent 597a939 commit 2996423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ def _can_comment_on(self, docid):
)
return r.status_code == 200


class AudioAnnotationTestCase(RankoTestCase):
def test_create_audio_annotation(self):
self._login('a', 'a', signup=True)
Expand All @@ -341,7 +342,6 @@ def test_create_audio_annotation(self):
d = r.json
annid = d['id']


d = self._annotations_for_doc(docid)
expected_json = {'doc': docid,
'start': 1,
Expand Down

0 comments on commit 2996423

Please sign in to comment.