Skip to content

Commit c4eb150

Browse files
committed
fix test failures
1 parent f4ec3fc commit c4eb150

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/test_io.py

+1
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,6 @@ def test_normal_usage(self):
200200
- --- ---""").strip('\n')
201201
self.assertEqual(s.simple, content)
202202

203+
203204
if __name__ == "__main__":
204205
unittest.main()

tests/test_presentation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_no_title_multiple_sheets(self):
2929
'sheet 1': [[1, 2], [3, 4]],
3030
'sheet 2': [[5, 6], [7, 8]]
3131
}
32-
book = pe.get_book(bookdict=adict, dest_write_title=False)
32+
book = pe.get_book(bookdict=adict)
3333

3434
get_presentation_call = getattr(book, "get_%s" % self.TABLEFMT)
3535
presentation = get_presentation_call(write_title=False)

0 commit comments

Comments
 (0)