summaryrefslogtreecommitdiff
path: root/test/orm/test_load_on_fks.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/orm/test_load_on_fks.py')
-rw-r--r--test/orm/test_load_on_fks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_load_on_fks.py b/test/orm/test_load_on_fks.py
index be355808e..05b78ccb8 100644
--- a/test/orm/test_load_on_fks.py
+++ b/test/orm/test_load_on_fks.py
@@ -251,7 +251,7 @@ class LoadOnFKsTest(AssertsExecutionResults, fixtures.TestBase):
#if manualflush and (not loadrel or fake_autoexpire):
# # a flush occurs, we get p2
# assert c1.parent is p2
- #elif not loadrel and not loadfk:
+ #elif not loadrel and not loadfk:
# # problematically - we get None since committed state
# # is empty when c1.parent_id was mutated, since we want
# # to save on selects. this is