chore: apply pre-commit auto-fixes (trim trailing whitespace, EOF)
This commit is contained in:
@@ -142,7 +142,9 @@ class TestHelpers:
|
||||
def test_pair_placed_falls_back_to_positional(self):
|
||||
# Placed source path doesn't match any track.file_path → fallback uses tracks[0].
|
||||
t = _track(file_path=Path("/in/known.srt"))
|
||||
p = PlacedTrack(source=Path("/in/ghost.srt"), destination=Path("/x"), filename="x")
|
||||
p = PlacedTrack(
|
||||
source=Path("/in/ghost.srt"), destination=Path("/x"), filename="x"
|
||||
)
|
||||
pairs = _pair_placed_with_tracks([p], [t])
|
||||
assert pairs == [(p, t)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user