Skip to content

Commit

Permalink
TST: Fix wrong argument in TestDataFrameAlterAxes.test_set_index_dst (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesphere authored and jreback committed Mar 7, 2018
1 parent f6ee9ac commit ad15f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/frame/test_alter_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def test_set_index_timezone(self):

def test_set_index_dst(self):
di = pd.date_range('2006-10-29 00:00:00', periods=3,
req='H', tz='US/Pacific')
freq='H', tz='US/Pacific')

df = pd.DataFrame(data={'a': [0, 1, 2], 'b': [3, 4, 5]},
index=di).reset_index()
Expand Down

0 comments on commit ad15f80

Please sign in to comment.