Skip to content

Commit 98a6758

Browse files
committed
nit
1 parent 06ed6be commit 98a6758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/decoders/test_video_decoder_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def test_get_frames_by_pts(self):
187187
assert_tensor_equal(frames[0], frames[-1])
188188

189189
def test_pts_apis_against_index_ref(self):
190-
# Non-regression test for https://github.com/pytorch/torchcodec/pull/286
190+
# Non-regression test for https://github.com/pytorch/torchcodec/pull/287
191191
# Get all frames in the video, then query all frames with all time-based
192192
# APIs exactly where those frames are supposed to start. We assert that
193193
# we get the expected frame.

0 commit comments

Comments
 (0)