Skip to content

Commit

Permalink
Fix apparent typo in tests (#17247)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel authored and gfyoung committed Aug 14, 2017
1 parent 0fafd4f commit 0f25426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pandas/tests/indexes/datetimes/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1112,9 +1112,9 @@ def test_parsers(self):
result3 = Timestamp('NaT')
result4 = DatetimeIndex(['NaT'])[0]
assert result1 is tslib.NaT
assert result1 is tslib.NaT
assert result1 is tslib.NaT
assert result1 is tslib.NaT
assert result2 is tslib.NaT
assert result3 is tslib.NaT
assert result4 is tslib.NaT

def test_parsers_quarter_invalid(self):

Expand Down

0 comments on commit 0f25426

Please sign in to comment.