Skip to content

Commit eb040b3

Browse files
committed
fix build
1 parent b32c05a commit eb040b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_io.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_normal_usage(self):
2929
4 588 6
3030
7 8 999
3131
- --- ---""").strip('\n')
32-
print written_content
32+
print(written_content)
3333
assert written_content == content
3434

3535
def tearDown(self):
@@ -56,5 +56,5 @@ def test_normal_usage(self):
5656
4 588 6
5757
7 8 999
5858
- --- ---""").strip('\n')
59-
print written_content
59+
print(written_content)
6060
assert written_content == content

0 commit comments

Comments
 (0)