summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/migrations/test_operations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/migrations/test_operations.py b/tests/migrations/test_operations.py
index 9f5cad0391..886d35e822 100644
--- a/tests/migrations/test_operations.py
+++ b/tests/migrations/test_operations.py
@@ -237,8 +237,8 @@ class OperationTests(MigrationTestBase):
operation = migrations.CreateModel(
"ProxyPony",
[],
- options = {"proxy": True},
- bases = ("test_crprmo.Pony", ),
+ options={"proxy": True},
+ bases=("test_crprmo.Pony", ),
)
new_state = project_state.clone()
operation.state_forwards("test_crprmo", new_state)