Skip to content

Commit 48ed939

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 65ff55c commit 48ed939

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
@@ -33,7 +33,7 @@ def test_empty_tags_list():
3333
post.metadata["title"] = "Test Note"
3434
post.metadata["tags"] = []
3535

36-
result = dumps_frontmatter_obsidian_compatible(post)
36+
result = dump_frontmatter(post)
3737

3838
# Should have empty list representation
3939
assert "tags: []" in result

0 commit comments

Comments
 (0)