summaryrefslogtreecommitdiff
path: root/tests/frontend/consistencyerror/plugins/consistencybug.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/consistencyerror/plugins/consistencybug.py')
-rw-r--r--tests/frontend/consistencyerror/plugins/consistencybug.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/frontend/consistencyerror/plugins/consistencybug.py b/tests/frontend/consistencyerror/plugins/consistencybug.py
index c442d883a..c4a3217ec 100644
--- a/tests/frontend/consistencyerror/plugins/consistencybug.py
+++ b/tests/frontend/consistencyerror/plugins/consistencybug.py
@@ -11,6 +11,9 @@ class ConsistencyBugSource(Source):
def get_unique_key(self):
return {}
+ def is_resolved(self):
+ return True
+
def get_consistency(self):
# Raise an unhandled exception (not a BstError)