Skip to content

Commit

Permalink
Fix a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jun 2, 2021
1 parent 81e7cec commit 990606e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/writer/text/test_markdown_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,8 +839,9 @@ def test_normal_clear_theme(self):
out_w_theme = writer.dumps()
assert out_w_theme != out_wo_theme

# set theme at constructor
writer = table_writer_class(
table_name="set theme at constructor",
table_name="style test: bold",
headers=["normal", "bold"],
value_matrix=[[11, 11], [123456, 123456]],
theme="altrow",
Expand Down

0 comments on commit 990606e

Please sign in to comment.