Skip to content

Commit

Permalink
Put test reference comment beneath function def
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyoung committed Feb 7, 2019
1 parent 0ba733c commit c9ed96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/series/test_repr.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ def test_latex_repr(self):

assert s._repr_latex_() is None

# GH 25061
def test_index_repr_in_frame_with_nan(self):
# see gh-25061
i = Index([1, np.nan])
s = Series([1, 2], index=i)
exp = """1.0 1\nNaN 2\ndtype: int64"""
Expand Down

0 comments on commit c9ed96c

Please sign in to comment.