Skip to content

Commit efb27f9

Browse files
committed
3.0.168
1 parent fc21552 commit efb27f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/playback/test_play_actions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
("--modified-before '1 second'", 5, "corrupt.mp4"),
4848
("--time-modified '+1 second'", 5, "corrupt.mp4"),
4949
("--deleted-before '1 day'", 5, "corrupt.mp4"),
50+
("--time-deleted '-3 days'", 5, "corrupt.mp4"),
51+
("--time-deleted '+1 second'", 5, "corrupt.mp4"),
5052
("--hide-deleted", 5, "corrupt.mp4"),
5153
("--no-hide-deleted", 5, "corrupt.mp4"),
5254
]

0 commit comments

Comments
 (0)