added 'self' to test_dtype_utc function in pandas/tests/series/test_missing

This commit is contained in:
Rodolfo Fernandez 2016-12-18 08:39:03 -08:00
parent e0c6c7c629
commit 18802b4c96
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@ class TestSeriesInterpolateData(TestData, tm.TestCase):
assert_series_equal(result, expected)
# GH 14872
def test_dtype_utc():
def test_dtype_utc(self):
data = pd.Series([pd.NaT, pd.NaT,
datetime.datetime(2016, 12, 12, 22, 24, 6, 100001,