Skip to content

Commit 8185cc5

Browse files
committed
Update test_figure_factory.py
1 parent 2f6a186 commit 8185cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/tests/test_optional/test_figure_factory/test_figure_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4427,7 +4427,7 @@ def test_aggregation(self):
44274427

44284428
actual_agg = [2.0, 2.0, 1.0, 3.0, 9.0]
44294429

4430-
self.assert_dict_almost_equal(self, fig1.data[0].geojson, actual_geojson)
4430+
self.assert_dict_almost_equal(fig1.data[0].geojson, actual_geojson)
44314431
assert np.array_equal(fig1.data[0].z, actual_agg)
44324432

44334433
fig2 = ff.create_hexbin_mapbox(

0 commit comments

Comments
 (0)