Skip to content

Commit

Permalink
adjusted test "test_export_update_parent_folder" and "test_export_upd…
Browse files Browse the repository at this point in the history
…ate_child_folder"
  • Loading branch information
oPromessa committed Jan 4, 2025
1 parent 01f1177 commit ebf4b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5623,7 +5623,7 @@ def test_export_update_child_folder():
input="N\n",
)
assert result.exit_code != 0
assert "WARNING: found other export database files" in result.output
assert "WARNING: found other export database file" in result.output


def test_export_update_parent_folder():
Expand All @@ -5647,7 +5647,7 @@ def test_export_update_parent_folder():
input="N\n",
)
assert result.exit_code != 0
assert "WARNING: found other export database files" in result.output
assert "WARNING: found other export database file" in result.output


@pytest.mark.skipif(exiftool is None, reason="exiftool not installed")
Expand Down

0 comments on commit ebf4b4b

Please sign in to comment.