fix: improve validation of bulk imports

This commit is contained in:
Nathaniel Landau
2023-03-20 12:56:22 -04:00
parent d636fb2672
commit 36adfece51
8 changed files with 229 additions and 24 deletions

View File

@@ -264,7 +264,7 @@ def test_commit_1(sample_note, tmp_path) -> None:
assert "Heading 1" not in note2.file_content
def test_commit_2(sample_note, tmp_path) -> None:
def test_commit_2(sample_note) -> None:
"""Test commit() method.
GIVEN a note object with commit() called