Skip to content

Commit

Permalink
remove unneeded test file
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Jan 18, 2017
1 parent 96ed34f commit 75b6412
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
44 changes: 0 additions & 44 deletions countylimits/data_collection/test_changelog_with_diff.html

This file was deleted.

2 changes: 1 addition & 1 deletion countylimits/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_get_lines(self):

def test_get_base_log(self):
text = get_base_log()
self.assertIn('2010', text)
self.assertIn('Changes to Counties', text)

def test_store_changelog(self):
m = mock_open()
Expand Down

0 comments on commit 75b6412

Please sign in to comment.