We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e798e73 commit 02dfef6Copy full SHA for 02dfef6
pandas/tests/reshape/test_pivot_multilevel.py
@@ -291,4 +291,4 @@ def test_pivot_table_multiindex_values_as_two_params(index, columns, request):
291
e_cols = Index(data=[1, 2], name="col")
292
293
expected = pd.DataFrame(data=e_data, index=e_index, columns=e_cols)
294
- tm.assert_frame_equal(left=result, right=expected)
+ tm.assert_frame_equal(result, expected)
0 commit comments