Commit 28e8e5e
fix: make project move command test cross-platform compatible
Updates test_project_move_command_uses_permalink to use os.path.join()
for path construction instead of hardcoded Unix-style paths. This
ensures the test works correctly on both Windows and Unix systems
by using the appropriate path separator for each platform.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Joe P <joe@basicmemory.com>1 parent 59a1994 commit 28e8e5e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments