fix: ensure frontmatter values are unique within a key

This commit is contained in:
Nathaniel Landau
2023-03-20 13:58:49 -04:00
parent 36adfece51
commit ca42823a2f
5 changed files with 102 additions and 73 deletions

View File

@@ -613,7 +613,7 @@ def test_transpose_metadata_1(test_application, mocker, capsys) -> None:
assert "SUCCESS | Transposed Inline Metadata to Frontmatter in 5 notes" in captured
def test_transpose_metadata_2(test_application, mocker, capsys) -> None:
def test_transpose_metadata_2(test_application, mocker) -> None:
"""Transpose metadata.
GIVEN a test application