diff options
Diffstat (limited to 'tests/frontend/consistencyerror/plugins/consistencybug.py')
-rw-r--r-- | tests/frontend/consistencyerror/plugins/consistencybug.py | 3 |
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) |