Skip to content

Commit

Permalink
Test has_conflicts in FileList
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos committed Sep 27, 2024
1 parent fa8242d commit b397f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/units/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def test_overwrite(tmp_path: Path, output: Output) -> None:
assert base_file.read_text() != base_contents
assert podman_dir.is_file()
assert docker_file.is_dir()
assert paths.has_conflicts()

# Re-copy to overwrite structure
copier.copy_containers(paths)
Expand Down

0 comments on commit b397f25

Please sign in to comment.