Skip to content

Commit 07f2f05

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 bcdbeb0 commit 07f2f05

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
@@ -68,7 +68,7 @@ def test_no_frontmatter():
6868
"""Test that posts with no frontmatter just return content."""
6969
post = frontmatter.Post("Test content only")
7070

71-
result = dumps_frontmatter_obsidian_compatible(post)
71+
result = dump_frontmatter(post)
7272

7373
assert result == "Test content only"
7474

0 commit comments

Comments
 (0)