Skip to content

Commit 186a3d0

Browse files
phoflmroeschke
andauthored
Update pandas/tests/series/indexing/test_getitem.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 8ad4ce9 commit 186a3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/indexing/test_getitem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def test_getitem_str_with_timedeltaindex(self):
201201
with pytest.raises(KeyError, match=msg):
202202
ser["50 days"]
203203

204-
def test_getitem_boo_index_positional(self):
204+
def test_getitem_bool_index_positional(self):
205205
# GH#48653
206206
ser = Series({True: 1, False: 0})
207207
result = ser[0]

0 commit comments

Comments
 (0)