aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_contentview.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_contentview.py')
-rw-r--r--test/test_contentview.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_contentview.py b/test/test_contentview.py
index c1e437e4..eba624a2 100644
--- a/test/test_contentview.py
+++ b/test/test_contentview.py
@@ -213,6 +213,7 @@ Larry
def test_add_cv(self):
class TestContentView(cv.View):
name = "test"
+ prompt = ("t", "test")
tcv = TestContentView()
cv.add(tcv)