Skip to content

Commit 6886748

Browse files
committed
nit
1 parent f96264b commit 6886748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_decoders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ def assert_decoder_uses(decoder, *, expected_backend):
17571757
# Check that the default is the ffmpeg backend
17581758
assert _get_cuda_backend() == "ffmpeg"
17591759
dec = VideoDecoder(H265_VIDEO.path, device="cuda")
1760-
# assert_decoder_uses(dec, expected_backend="ffmpeg")
1760+
assert_decoder_uses(dec, expected_backend="ffmpeg")
17611761

17621762
# Check the setting "beta" effectively uses the BETA backend.
17631763
# We also show that the affects decoder creation only. When the decoder

0 commit comments

Comments
 (0)