Skip to content

Commit 25d2876

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 48ed939 commit 25d2876

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
@@ -45,7 +45,7 @@ def test_single_tag():
4545
post.metadata["title"] = "Test Note"
4646
post.metadata["tags"] = ["single-tag"]
4747

48-
result = dumps_frontmatter_obsidian_compatible(post)
48+
result = dump_frontmatter(post)
4949

5050
assert "tags:" in result
5151
assert "- single-tag" in result

0 commit comments

Comments
 (0)