aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_odict.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_odict.py')
-rw-r--r--test/test_odict.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_odict.py b/test/test_odict.py
index 88197026..f0985ef6 100644
--- a/test/test_odict.py
+++ b/test/test_odict.py
@@ -24,7 +24,7 @@ class TestODict(object):
nd = odict.ODict.from_state(state)
assert nd == od
b = odict.ODict()
- b.load_state(state)
+ b.set_state(state)
assert b == od
def test_in_any(self):