Skip to content

Commit 6bd10f4

Browse files
authored
Merge branch 'master' into multi-index-join
2 parents b581789 + 40dfadd commit 6bd10f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/reshape/merge/test_merge.py

+1
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@ class TestMergeDtypes(object):
906906
Series([1, 2], dtype='uint64'),
907907
Series([1, 2], dtype='int32')
908908
])
909+
909910
def test_different(self, right_vals):
910911

911912
# ~ 40000000 possible unique groups

0 commit comments

Comments
 (0)