Skip to content

Commit bcdbeb0

Browse files
groksrcphernandez
andauthored
Update tests/utils/test_frontmatter_obsidian_compatible.py
Co-authored-by: Paul Hernandez <60959+phernandez@users.noreply.github.com> Signed-off-by: Drew Cain <groksrc@users.noreply.github.com>
1 parent 25d2876 commit bcdbeb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils/test_frontmatter_obsidian_compatible.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_no_tags_metadata():
5757
post.metadata["title"] = "Test Note"
5858
post.metadata["type"] = "note"
5959

60-
result = dumps_frontmatter_obsidian_compatible(post)
60+
result = dump_frontmatter(post)
6161

6262
assert "title: Test Note" in result
6363
assert "type: note" in result

0 commit comments

Comments
 (0)