Skip to content

Commit fdd7cfb

Browse files
committed
reinstate test
1 parent fb67871 commit fdd7cfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_frame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ def test_types_setitem() -> None:
295295
s = pd.Series(["col1", "col2"])
296296
a = np.array(["col1", "col2"])
297297
df["col1"] = [1, 2]
298+
df[5] = [5, 6]
298299
df[h] = [5, 6]
299300
df[iter([h])] = [[5], [6]]
300301
df.loc[:, h] = [5, 6]

0 commit comments

Comments
 (0)