Skip to content

Commit

Permalink
Fix changelog test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Aug 31, 2013
1 parent 8ead025 commit e6427d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def test_prepend_file(self):
dry_run=False
)
expected_content = [
'# (Changelog)[None/releases]\n\n',
'Now this is\n\n',
'# (Changelog)[None/releases]\n',
'Now this is\n',
'This is the first line\n'
]
self.assertEquals(
Expand Down

0 comments on commit e6427d7

Please sign in to comment.