Skip to content

Commit

Permalink
Update tests/syntax/test_specifiers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Fremont <[email protected]>
  • Loading branch information
Eric-Vin and dfremont authored Apr 18, 2024
1 parent fd26356 commit 8c58c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/syntax/test_specifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def test_visible():
ego = new Object at 100 @ 200, facing -45 deg,
with visibleDistance 10, with viewAngle 90 deg
ego = new Object visible
"""
"""
)
radius = math.hypot(0.5, 0.5, 0.5)
for i in range(30):
Expand Down

0 comments on commit 8c58c25

Please sign in to comment.