diff --git a/tests/test_sync.py b/tests/test_sync.py index 6ca4695..074691e 100644 --- a/tests/test_sync.py +++ b/tests/test_sync.py @@ -505,7 +505,7 @@ class TestRetryCount: engine._conn.commit() with patch.object(engine, "_api_request") as mock_api: - result = engine._push_pending_ops() + engine._push_pending_ops() # Op should be deleted (skipped), API never called cursor = engine._conn.execute("SELECT COUNT(*) as cnt FROM pending_ops")