Skip to content

Commit 18802b4

Browse files
added 'self' to test_dtype_utc function in pandas/tests/series/test_missing
1 parent e0c6c7c commit 18802b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/test_missing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ def test_interp_timedelta64(self):
912912
assert_series_equal(result, expected)
913913

914914
# GH 14872
915-
def test_dtype_utc():
915+
def test_dtype_utc(self):
916916

917917
data = pd.Series([pd.NaT, pd.NaT,
918918
datetime.datetime(2016, 12, 12, 22, 24, 6, 100001,

0 commit comments

Comments
 (0)