Skip to content

Commit 0511233

Browse files
committed
Remove redundant test
1 parent c77fbd7 commit 0511233

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/test_transform_ops.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -258,12 +258,6 @@ def test_crop_transform_fails(self):
258258
):
259259
add_video_stream(decoder, transform_specs="crop, 100, 100, blah, 100")
260260

261-
with pytest.raises(
262-
RuntimeError,
263-
match="cannot be converted to an int",
264-
):
265-
add_video_stream(decoder, transform_specs="crop, 100, 100, blah, 100")
266-
267261
with pytest.raises(
268262
RuntimeError,
269263
match="x position out of bounds",

0 commit comments

Comments
 (0)