diff options
Diffstat (limited to 'test/sql/alltests.py')
| -rw-r--r-- | test/sql/alltests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/alltests.py b/test/sql/alltests.py index 29b638bb8..c79d7b67e 100644 --- a/test/sql/alltests.py +++ b/test/sql/alltests.py @@ -5,7 +5,7 @@ import unittest def suite(): modules_to_test = ( 'sql.testtypes', - 'sql.indexes', + 'sql.constraints', # SQL syntax 'sql.select', |
