Skip to content

Commit

Permalink
Fix example pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
TedBrookings committed Nov 1, 2023
1 parent 7aa4e40 commit 8431831
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Binary file modified test/table/table_with_heading_style_overrides.pdf
Binary file not shown.
6 changes: 1 addition & 5 deletions test/table/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,4 @@ def test_table_with_heading_style_overrides(tmp_path):
# should be helvetica normal size 10
table.row(("Some", "Normal", "Data"))

assert_pdf_equal(
pdf,
HERE / "table_with_heading_style_overrides.pdf",
tmp_path,
)
assert_pdf_equal(pdf, HERE / "table_with_heading_style_overrides.pdf", tmp_path)

0 comments on commit 8431831

Please sign in to comment.