Skip to content

Commit abf0873

Browse files
committed
fixup
1 parent 59b49e1 commit abf0873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/frame/test_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,9 @@ def test_set_flags(self, allows_duplicate_labels, frame_or_series):
321321
result.iloc[key] = 10
322322
assert obj.iloc[key] == 0
323323

324-
def test_constructor_expanddim_lookup(self):
324+
def test_constructor_expanddim(self):
325325
# GH#33628 accessing _constructor_expanddim should not raise NotImplementedError
326-
# GH38782 pandas has no container higher than DatafFame (two-dim), so
326+
# GH38782 pandas has no container higher than DataFrame (two-dim), so
327327
# DataFrame._constructor_expand_dim, doesn't make sense, so is removed.
328328
df = DataFrame()
329329

0 commit comments

Comments
 (0)