diff options
Diffstat (limited to 'test/proxy_engine.py')
-rw-r--r-- | test/proxy_engine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/proxy_engine.py b/test/proxy_engine.py index 170e526d9..cd01272b5 100644 --- a/test/proxy_engine.py +++ b/test/proxy_engine.py @@ -96,7 +96,7 @@ class ThreadProxyTest(PersistTest): try: trans = objectstore.begin() - all = User.select()[:] + all = User.select()[:].list() assert all == [] u = User() |