Skip to content

Commit 63113c1

Browse files
committed
Fix typos in test script
1 parent 205fec1 commit 63113c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ python django/tests/runtests.py --settings=testapp.settings \
3131
delete_regress \
3232
distinct_on_fields \
3333
empty \
34-
empty_models \
3534
expressions \
3635
expressions_case \
3736
expressions_window \
@@ -54,7 +53,7 @@ python django/tests/runtests.py --settings=testapp.settings \
5453
indexes \
5554
inspectdb \
5655
introspection \
57-
invalid_model_tests \
56+
invalid_models_tests \
5857
known_related_objects \
5958
lookup \
6059
m2m_and_m2o \
@@ -70,7 +69,7 @@ python django/tests/runtests.py --settings=testapp.settings \
7069
many_to_one \
7170
max_lengths \
7271
migrate_signals \
73-
migration_test_data_persistance \
72+
migration_test_data_persistence \
7473
migrations \
7574
migrations2 \
7675
model_fields \

0 commit comments

Comments
 (0)