summaryrefslogtreecommitdiff
path: root/test/base/test_except.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/base/test_except.py')
-rw-r--r--test/base/test_except.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/base/test_except.py b/test/base/test_except.py
index 9e8dd4760..ffbe6c01b 100644
--- a/test/base/test_except.py
+++ b/test/base/test_except.py
@@ -33,6 +33,7 @@ class OutOfSpec(DatabaseError):
class WrongNameError(DatabaseError):
pass
+
# but they're going to call it their "IntegrityError"
IntegrityError = WrongNameError