diff --git a/tests/test_dictutils.py b/tests/test_dictutils.py index ca59a31e..0044001a 100644 --- a/tests/test_dictutils.py +++ b/tests/test_dictutils.py @@ -474,6 +474,7 @@ def test_frozendict_api(): '__ge__', '__getattribute__', '__getitem__', + '__getstate__', '__gt__', '__init__', '__iter__',