added 'self' to test_dtype_utc function in pandas/tests/series/test_missing
This commit is contained in:
parent
e0c6c7c629
commit
18802b4c96
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue