Skip to content

Commit

Permalink
[1.7.x] Fixed typo in tests/migrations/test_operations.py
Browse files Browse the repository at this point in the history
Backport of 0ad4672 from master
  • Loading branch information
timgraham committed Aug 15, 2014
1 parent 23455ae commit 6011f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/migrations/test_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ def test_run_sql(self):
project_state = self.set_up_test_model("test_runsql")
# Create the operation
operation = migrations.RunSQL(
# Use a multi-line string with a commment to test splitting on SQLite and MySQL respectively
# Use a multi-line string with a comment to test splitting on SQLite and MySQL respectively
"CREATE TABLE i_love_ponies (id int, special_thing int);\n"
"INSERT INTO i_love_ponies (id, special_thing) VALUES (1, 42); -- this is magic!\n"
"INSERT INTO i_love_ponies (id, special_thing) VALUES (2, 51);\n",
Expand Down

0 comments on commit 6011f24

Please sign in to comment.