Commit 0eb24eb
fix: Normalize path comparison in v2 project router test for Windows
The test was directly comparing path strings, which fails on Windows
because the API returns paths with forward slashes while Path() creates
paths with backslashes on Windows.
Changed to use Path() objects for comparison, which normalizes path
separators across platforms.
Fixes test_update_project_path_by_id on Windows.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Joe P <joe@basicmemory.com>1 parent a32d0c8 commit 0eb24eb
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments