Skip to content

Commit

Permalink
add commit number to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Jul 7, 2017
1 parent 39b544a commit 94ac6b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/indexes/test_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1721,6 +1721,7 @@ def test_from_tuples(self):
assert len(idx) == 2

def test_from_tuples_empty(self):
# GH 16777
result = MultiIndex.from_tuples([], names=['a', 'b'])
expected = MultiIndex.from_arrays(arrays=[[], []],
names=['a', 'b'])
Expand Down

0 comments on commit 94ac6b1

Please sign in to comment.