Skip to content

Commit 94ac6b1

Browse files
committed
add commit number to test
1 parent 39b544a commit 94ac6b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/indexes/test_multi.py

+1
Original file line numberDiff line numberDiff line change
@@ -1721,6 +1721,7 @@ def test_from_tuples(self):
17211721
assert len(idx) == 2
17221722

17231723
def test_from_tuples_empty(self):
1724+
# GH 16777
17241725
result = MultiIndex.from_tuples([], names=['a', 'b'])
17251726
expected = MultiIndex.from_arrays(arrays=[[], []],
17261727
names=['a', 'b'])

0 commit comments

Comments
 (0)