Skip to content

Commit

Permalink
add GH number
Browse files Browse the repository at this point in the history
  • Loading branch information
topper-123 committed Apr 23, 2023
1 parent 57d0557 commit bbdcf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/indexes/test_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def test_get_loc_non_hashable(self, index):
index.get_loc(slice(0, 1))

def test_get_loc_non_scalar_hashable(self, index):
# GHXXXXX
# GH52877
from enum import Enum

class E(Enum):
Expand Down

0 comments on commit bbdcf71

Please sign in to comment.