Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 992a8e7

Browse files
felixxmdnozay
authored andcommitted
Fix typo in tests/django_test.py.
1 parent 8e8ec9d commit 992a8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/django_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def setUp(self):
3737
settings.INSTALLED_APPS # load settings on first access
3838
settings.DATABASES['default'] = {}
3939
settings.DATABASES['default']['NAME'] = path.join(
40-
self.tmpdir, 'db.sqlilte3')
40+
self.tmpdir, 'db.sqlite3')
4141
# this goes around the "settings already loaded" issue.
4242
self.override = UserSettingsHolder(settings._wrapped)
4343
settings._wrapped = self.override

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /