Skip to content

Commit 4f18d2a

Browse files
committed
fix broken build
1 parent efff42a commit 4f18d2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_io.py

-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def test_dict(self):
100100
5 6
101101
7 8
102102
= =""").strip('\n')
103-
print written_content
104103
assert written_content.strip('\n') == content
105104

106105
def tearDown(self):
@@ -120,7 +119,6 @@ def test_new_normal_usage(self):
120119
pe.save_as(array=content, dest_file_name=self.testfile)
121120
with open(self.testfile, "r") as f:
122121
written_content = json.load(f)
123-
print written_content
124122
assert written_content == content
125123

126124
def test_dict(self):

0 commit comments

Comments
 (0)