Fix typo in test settings

This commit is contained in:
Jan-Jelle Kester 2015-05-15 11:44:01 +02:00
parent 1d5118460f
commit a28a117d3b

View file

@ -19,6 +19,6 @@ MIDDLEWARE_CLASSES = (
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'auditlog_test',
'NAME': 'auditlog_tests',
}
}