Skip to content

Commit f73fbf0

Browse files
committed
Fix PendingDeprecationWarning typo in tests
1 parent ee2a336 commit f73fbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ async def Test
157157
TypeError UnboundLocalError UnicodeError UnicodeEncodeError UnicodeDecodeError
158158
UnicodeTranslateError ValueError WindowsError ZeroDivisionError
159159

160-
Warning UserWarning DeprecationWarning PendingDepricationWarning SyntaxWarning
160+
Warning UserWarning DeprecationWarning PendingDeprecationWarning SyntaxWarning
161161
RuntimeWarning FutureWarning ImportWarning UnicodeWarning
162162

163163
# Decorators.

0 commit comments

Comments
 (0)