Commit 9df359e
committed
fix: make test_write_note_project_path_validation cross-platform
The test was failing on Windows because it checked for forward slashes
in paths, but Windows uses backslashes.
Changed to use Path.parts which works cross-platform regardless of
path separator.
Fixes CI failures on Windows.
Signed-off-by: phernandez <paul@basicmachines.co>1 parent e1c5f2d commit 9df359e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
472 | | - | |
473 | | - | |
| 472 | + | |
| 473 | + | |
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
| |||
0 commit comments