diff --git a/initdb.py b/initdb.py index cf795a0a0..435eca603 100644 --- a/initdb.py +++ b/initdb.py @@ -72,7 +72,7 @@ if __name__ == '__main__': logger.debug('Populating the DB with test data.') new_user_1 = model.create_user('devtable', 'password', - 'jake@devtable.com') + 'jschorr@devtable.com') new_user_1.verified = True new_user_1.save() diff --git a/test.db b/test.db index 6a3735942..f23bc8525 100644 Binary files a/test.db and b/test.db differ