aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_proxy.py')
-rw-r--r--test/test_proxy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_proxy.py b/test/test_proxy.py
index ff9ec4bb..eaf73ee1 100644
--- a/test/test_proxy.py
+++ b/test/test_proxy.py
@@ -267,6 +267,8 @@ class uError(libpry.AutoTree):
state = e.get_state()
assert proxy.Error.from_state(state) == e
+ assert e.copy()
+
class uProxyError(libpry.AutoTree):
def test_simple(self):