Skip to content

Commit 5f71dc3

Browse files
committed
fixup
1 parent 30134c8 commit 5f71dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/frame/test_api.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,9 @@ def test_set_flags(self, allows_duplicate_labels, frame_or_series):
329329
result.iloc[key] = 10
330330
assert obj.iloc[key] == 0
331331

332-
def test_constructor_expanddim_lookup(self):
332+
def test_constructor_expanddim(self):
333333
# GH#33628 accessing _constructor_expanddim should not raise NotImplementedError
334-
# GH38782 pandas has no container higher than DatafFame (two-dim), so
334+
# GH38782 pandas has no container higher than DataFrame (two-dim), so
335335
# DataFrame._constructor_expand_dim, doesn't make sense, so is removed.
336336
df = DataFrame()
337337

0 commit comments

Comments
 (0)