Skip to content

Commit 58207fa

Browse files
author
mahdis-z
committed
fix ci one more time
1 parent 6fa8cf9 commit 58207fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/tests/test_core/test_update_objects/test_update_annotations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def test_update_annotations(self):
220220
)
221221

222222
def test_annotation_attributes(self):
223-
self.fig.add_annotation(test="this text", yref="paper")
223+
self.fig.add_annotation(text="this text", yref="paper")
224224
self.fig.update_annotations(text="hi")
225225

226226
def test_update_shapes(self):

0 commit comments

Comments
 (0)