Skip to content

Commit

Permalink
Update tests/views_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Ledermann <[email protected]>
  • Loading branch information
apurvabanka and cleder authored Oct 13, 2024
1 parent 5ebf637 commit 5ad43b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/views_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def test_region_with_all_optional_parameters(self) -> None:
assert region.lod.min_fade_extent == 0
assert region.lod.max_fade_extent == 512
assert region
assert region.lod.__bool__() is True
assert bool(region)

def test_region_read(self) -> None:
doc = (
Expand Down

0 comments on commit 5ad43b6

Please sign in to comment.