Skip to content

Commit 16628cb

Browse files
committed
add GH number
1 parent b8bb11f commit 16628cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/ranges/test_range.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def test_dtype(self):
138138
assert index.dtype == np.int64
139139

140140
def test_cache(self):
141-
# GH 26565, GH26617
141+
# GH 26565, GH26617, GH35432
142142
# This test checks whether _cache has been set.
143143
# Calling RangeIndex._cache["_data"] creates an int64 array of the same length
144144
# as the RangeIndex and stores it in _cache.

0 commit comments

Comments
 (0)