Skip to content

Commit ea87847

Browse files
committed
removed test
1 parent 947e7c2 commit ea87847

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/python/plotly/plotly/tests/test_core/test_px/test_px_functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ def test_pie_funnelarea_colorscale():
133133

134134

135135
def test_funnel():
136-
fig = px.funnel(x=[5, 4, 3], y=["A", "B", "C"])
137-
assert fig.data[0].marker.color == "#636efa"
138136
fig = px.funnel(
139137
x=[5, 4, 3, 3, 2, 1],
140138
y=["A", "B", "C", "A", "B", "C"],

0 commit comments

Comments
 (0)