Skip to content

Commit 42c51ec

Browse files
committed
fix test cases issue
1 parent e19e820 commit 42c51ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/reshape/concat/test_concat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def test_concat_mixed_objs_index(self):
325325

326326
def test_concat_mixed_objs_index_names(self):
327327
# Test row-wise concat for mixed series/frames with distinct names
328-
# GH2385, GH15047 ()
328+
# GH2385, GH15047
329329
# GH #60723 & GH #56257 (Updated the test case,
330330
# as the above GH PR ones were incorrect)
331331

0 commit comments

Comments
 (0)