mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 17:26:23 +02:00
fix: update folder ID collection logic to include deleted directories and adjust test cases for document titles
This commit is contained in:
parent
22ee5c99cc
commit
caf2525ab5
2 changed files with 16 additions and 3 deletions
|
|
@ -485,8 +485,8 @@ class TestFolderMirroring:
|
|||
)
|
||||
).scalars().all()
|
||||
|
||||
today_doc = next(d for d in docs if d.title == "today")
|
||||
root_doc = next(d for d in docs if d.title == "root")
|
||||
today_doc = next(d for d in docs if d.title == "today.md")
|
||||
root_doc = next(d for d in docs if d.title == "root.md")
|
||||
|
||||
daily_folder = (
|
||||
await db_session.execute(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue