Skip to content

Commit a57a838

Browse files
authored
Demuxer: running regressions again
1 parent 49d4734 commit a57a838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/src/demuxer/demux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ mod tests {
618618
let mut demuxer = CcxDemuxer::default();
619619
let file_name = ""; // Replace with actual file name
620620
let result = unsafe { demuxer.open(file_name, &mut Options::default()) };
621-
assert_eq!(result, 0);
622621
assert_eq!(demuxer.infd, 3);
622+
assert_eq!(result, 0);
623623
}
624624

625625
/// Helper: Create a temporary file with the given content and return its file descriptor.

0 commit comments

Comments
 (0)