Skip to content

Commit 79e58dd

Browse files
committed
Updated the test case
1 parent 88f53b3 commit 79e58dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_unit_geometry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22
import numpy as np
3-
from manim import Sector, ORIGIN
3+
from manim import Sector
44

55

66
def test_get_arc_center():
7-
assert np.all(Sector().get_arc_center() == ORIGIN)
7+
assert np.all(Sector(arc_center=[1, 2, 0]).get_arc_center() == [1, 2, 0])

0 commit comments

Comments
 (0)