diff options
Diffstat (limited to 'test/orm/test_inspect.py')
-rw-r--r-- | test/orm/test_inspect.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/orm/test_inspect.py b/test/orm/test_inspect.py index ee3fe213e..4b69c2a71 100644 --- a/test/orm/test_inspect.py +++ b/test/orm/test_inspect.py @@ -341,10 +341,10 @@ class TestORMInspection(_fixtures.FixtureTest): insp.attrs.id.value, None ) - # now the None is there + # nope, still not set eq_( insp.attrs.id.loaded_value, - None + NO_VALUE ) def test_instance_state_attr_passive_value_collection(self): |