Skip to content

Commit cd320be

Browse files
jahn96mroeschke
andauthored
Update pandas/tests/reshape/concat/test_concat.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 82ee415 commit cd320be

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
@@ -941,7 +941,7 @@ def test_concat_with_series_and_frame_returns_rangeindex_columns():
941941
tm.assert_frame_equal(result, expected, check_column_type=True)
942942

943943

944-
def test_concat_with_moot_ignore_index_and_keys):
944+
def test_concat_with_moot_ignore_index_and_keys():
945945
df1 = DataFrame([[0]])
946946
df2 = DataFrame([[42]])
947947

0 commit comments

Comments
 (0)