Commit ed08df6
fix: correct frontmatter delimiter in test_write_note_no_tags test
The test had a malformed YAML frontmatter delimiter (-- instead of ---)
which was causing parsing failures. This fixes the test to use proper
YAML frontmatter formatting.
Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com>1 parent ab7da9c commit ed08df6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments