From f73fbf0ba68054b44384109c4e0fa4a51eecabbf Mon Sep 17 00:00:00 2001 From: nfnty Date: Wed, 26 Feb 2020 11:16:24 +0000 Subject: [PATCH] Fix `PendingDeprecationWarning` typo in tests --- tests/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.py b/tests/test.py index e6e8d1b..246d109 100644 --- a/tests/test.py +++ b/tests/test.py @@ -157,7 +157,7 @@ StopIteration SyntaxError IndentationError TabError SystemError SystemExit TypeError UnboundLocalError UnicodeError UnicodeEncodeError UnicodeDecodeError UnicodeTranslateError ValueError WindowsError ZeroDivisionError -Warning UserWarning DeprecationWarning PendingDepricationWarning SyntaxWarning +Warning UserWarning DeprecationWarning PendingDeprecationWarning SyntaxWarning RuntimeWarning FutureWarning ImportWarning UnicodeWarning # Decorators.