Skip to content

Commit 0f23fe6

Browse files
committed
BUG: (pandas-dev#34074) Added test and documentation
1 parent 7c09d33 commit 0f23fe6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/indexes/multi/test_join.py

+3
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,10 @@ def test_join_multi_wrong_order():
104104
assert lidx is None
105105
tm.assert_numpy_array_equal(ridx, exp_ridx)
106106

107+
<<<<<<< HEAD
107108

109+
=======
110+
>>>>>>> BUG: (#34074) Added test and documentation
108111
def test_join_multi_return_indexers():
109112
# GH 34074
110113

0 commit comments

Comments
 (0)