Skip to content

Commit f2fd3e3

Browse files
committed
Added test case for get_arc_center()
1 parent 76690d0 commit f2fd3e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/test_geometry.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import pytest
2+
import numpy as np
3+
from manim import Sector, ORIGIN
4+
5+
6+
def test_get_arc_center():
7+
assert np.all(Sector().get_arc_center() == ORIGIN)

0 commit comments

Comments
 (0)