refactor: remove unused code

This commit is contained in:
Nathaniel Landau
2023-03-21 17:17:10 -04:00
parent fa568de369
commit 4e053bda29
2 changed files with 3 additions and 3 deletions

View File

@@ -766,7 +766,7 @@ def test_update_from_dict_3(test_vault):
"test1.md": [
{"type": "frontmatter", "key": "new_key", "value": "new_value"},
{"type": "inline_metadata", "key": "new_key2", "value": "new_value"},
{"type": "tags", "key": "", "value": "new_tag"},
{"type": "tag", "key": "", "value": "new_tag"},
]
}
assert vault.update_from_dict(update_dict) == 1