tests/test-check-interfaces.py
changeset 46660 0738bc25d6ac
parent 46176 300f6e23882a
child 46711 a41565bef69f
--- a/tests/test-check-interfaces.py	Mon Feb 15 13:59:36 2021 -0500
+++ b/tests/test-check-interfaces.py	Mon Feb 15 14:11:38 2021 -0500
@@ -113,6 +113,10 @@
     def close(self):
         pass
 
+    @property
+    def closed(self):
+        pass
+
 
 def main():
     ui = uimod.ui()