diff options
| -rw-r--r-- | test/orm/test_query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_query.py b/test/orm/test_query.py index 486254207..93d1e88a5 100644 --- a/test/orm/test_query.py +++ b/test/orm/test_query.py @@ -934,7 +934,7 @@ class GetTest(QueryTest): s.execute(stmt) eq_( - m1.mock_calls[0].args[0].load_options, + m1.mock_calls[0][1][0].load_options, QueryContext.default_load_options( _autoflush=False, _populate_existing=True, _yield_per=10 ), |
