fix(application): exit after committing changes

This commit is contained in:
Nathaniel Landau
2023-01-22 19:53:23 +00:00
parent c427a987c1
commit 759fc3434f
4 changed files with 20 additions and 26 deletions

View File

@@ -16,7 +16,6 @@ def test_vault_creation(test_vault):
assert vault.vault_path == vault_path
assert vault.backup_path == Path(f"{vault_path}.bak")
assert vault.new_vault_path == Path(f"{vault_path}.new")
assert vault.dry_run is False
assert str(vault.exclude_paths[0]) == Regex(r".*\.git")
assert vault.num_notes() == 2