We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f251f08 commit 1625d35Copy full SHA for 1625d35
packages/python/plotly/plotly/tests/test_optional/test_px/test_px_input.py
@@ -293,7 +293,7 @@ def __dataframe__(self):
293
) as mock_from_dataframe:
294
build_dataframe(args, go.Scatter)
295
mock_from_dataframe.assert_called_once_with(interchange_dataframe_reduced)
296
- assert set(interchange_dataframe.select_columns_by_name.call_args.args[0]) == {
+ assert set(interchange_dataframe.select_columns_by_name.call_args[0][0]) == {
297
"petal_width",
298
"sepal_length",
299
}
0 commit comments