Skip to content

Commit 2fa09e5

Browse files
committed
remove todo
1 parent 17b531c commit 2fa09e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/python/plotly/plotly/tests/test_optional/test_graph_objs/test_skipped_b64_keys.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ def test_np_layers(self):
6868

6969
fig = go.Figure(data=data, layout=layout)
7070

71-
# TODO: This is failing because the actual value of the "dash" field
72-
# is converted to the { b64, dtype } object.
7371
assert fig.layout['mapbox']['layers'][0]['line']['dash'] == (2.5, 1)
7472

7573
assert (

0 commit comments

Comments
 (0)