Skip to content

Commit

Permalink
fixed some test and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
voisardf committed Aug 29, 2024
1 parent 7296571 commit 087b45d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ def test_toc_pages_default_config():
compute_toc_pages = Config.get('print', {}).get('compute_toc_pages')
default_toc_length = Config.get('print', {}).get('default_toc_length')

assert compute_toc_pages == False
assert isinstance(compute_toc_pages,bool)
assert bool(compute_toc_pages) == False
assert default_toc_length == 2

0 comments on commit 087b45d

Please sign in to comment.