Skip to content

Commit b17ec0d

Browse files
author
mahdis-z
committed
amend added properties and install black to fix ci
1 parent 89b8169 commit b17ec0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/python/plotly/plotly/tests/test_core/test_update_objects/test_update_annotations.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def test_update_shapes(self):
241241
self.assert_update("shapes", [4], patch=dict(opacity=0), secondary_y=True)
242242

243243
def test_shape_attributes(self):
244-
self.fig.update_shapes(text='hi')
244+
self.fig.update_shapes(fillcolor="red")
245245

246246
def test_update_images(self):
247247
(
@@ -262,4 +262,4 @@ def test_update_images(self):
262262
self.assert_update("images", [4], patch=dict(opacity=0), secondary_y=True)
263263

264264
def test_image_attributes(self):
265-
self.fig.update_layout_images(text='hi')
265+
self.fig.update_layout_images(opacity=0.1)

0 commit comments

Comments
 (0)