mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
style: fix Rust formatting in parser.rs test
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2737,7 +2737,10 @@ pub mod tests {
|
||||
#[test]
|
||||
fn test_mkvlang_sets_mkv_language() {
|
||||
let (options, _) = parse_args(&["--mkvlang", "eng"]);
|
||||
assert_eq!(options.mkvlang.unwrap(), "eng".parse::<MkvLangFilter>().unwrap());
|
||||
assert_eq!(
|
||||
options.mkvlang.unwrap(),
|
||||
"eng".parse::<MkvLangFilter>().unwrap()
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user