Skip to content

Commit

Permalink
fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Dec 21, 2015
1 parent efff42a commit 4f18d2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def test_dict(self):
5 6
7 8
= =""").strip('\n')
print written_content
assert written_content.strip('\n') == content

def tearDown(self):
Expand All @@ -120,7 +119,6 @@ def test_new_normal_usage(self):
pe.save_as(array=content, dest_file_name=self.testfile)
with open(self.testfile, "r") as f:
written_content = json.load(f)
print written_content
assert written_content == content

def test_dict(self):
Expand Down

0 comments on commit 4f18d2a

Please sign in to comment.