Skip to content

Commit 65ff55c

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 dc3ac7d commit 65ff55c

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
@@ -13,7 +13,7 @@ def test_tags_formatted_as_yaml_list():
1313
post.metadata["type"] = "note"
1414
post.metadata["tags"] = ["system", "overview", "reference"]
1515

16-
result = dumps_frontmatter_obsidian_compatible(post)
16+
result = dump_frontmatter(post)
1717

1818
# Should use YAML list format
1919
assert "tags:" in result

0 commit comments

Comments
 (0)