Skip to content

Commit 048455e

Browse files
committed
adjust test_trendline.py
1 parent 4514e92 commit 048455e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/python/plotly/plotly/tests/test_optional/test_px/test_trendline.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ def test_trendline_nan_values(mode, options):
122122
trendline_options=options,
123123
)
124124
for trendline in fig["data"][1::2]:
125-
assert trendline.x[0] >= start_date
126-
assert len(trendline.x) == len(trendline.y)
125+
assert trendline.x == {"bdata": "tAe5B74HwwfIB80H0gfXBw==", "dtype": "i2"}
127126

128127

129128
def test_ols_trendline_slopes():

0 commit comments

Comments
 (0)