Skip to content

Commit

Permalink
Plane surface
Browse files Browse the repository at this point in the history
  • Loading branch information
ajain-work committed Apr 10, 2022
1 parent f3d95dc commit 1464a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ def test_contour_object():
contour1.filled = True
contour1.node_values = False
assert contour1.node_values() == False
contour1.range.option = "auto-range-on"
contour1.range.auto_range_on.clip_to_range = True
contour1.range.option = "auto-range-off"
contour1.range.auto_range_off.clip_to_range = True
assert contour1.node_values() == True

contour1.range.option = "auto-range-on"
Expand Down

0 comments on commit 1464a7b

Please sign in to comment.