Skip to content

Commit

Permalink
TST: Test consistency change
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Feb 10, 2017
1 parent c8dc927 commit a638390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/tests/frame/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ def empty(self):

@cache_readonly
def ts1(self):
return tm.makeTimeSeries()
return tm.makeTimeSeries(nper=30)

@cache_readonly
def ts2(self):
return tm.makeTimeSeries()[5:]
return tm.makeTimeSeries(nper=30)[5:]

@cache_readonly
def simple(self):
Expand Down

0 comments on commit a638390

Please sign in to comment.