Skip to content

Commit 7337501

Browse files
committed
Issue-4087 Fix comment
1 parent 1e59773 commit 7337501

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/module/mobject/mobject/test_mobject.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,7 @@ def test_mobject_dimensions_mobjects_with_no_points_are_at_origin():
144144
assert outer_group.width == 2
145145
assert outer_group.height == 3
146146

147-
# Adding a mobject with no points has a quirk of adding a "point"
148-
# to [0, 0, 0] (the origin). This changes the size of the outer
149-
# group because now the bottom left corner is at [-5, -6.5, 0]
150-
# but the upper right corner is [0, 0, 0] instead of [-3, -3.5, 0]
147+
# Adding a mobject with no points does not change its size
151148
outer_group.add(VGroup())
152149
assert outer_group.width == 2
153150
assert outer_group.height == 3

0 commit comments

Comments
 (0)