Skip to content

Commit 42a5667

Browse files
committed
drop test
1 parent a7592ce commit 42a5667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nested_pandas/nestedframe/test_nestedframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ def test_scientific_notation():
11271127

11281128

11291129
def test_drop():
1130-
"""Test that we can drop columns from a NestedFrame"""
1130+
"""Test that we can drop nested columns from a NestedFrame"""
11311131

11321132
base = NestedFrame(data={"a": [1, 2, 3], "b": [2, 4, 6]}, index=[0, 1, 2])
11331133

0 commit comments

Comments
 (0)