mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
test shouldn't depend on dentry order
This commit is contained in:
parent
314e643140
commit
87c73741d0
1 changed files with 2 additions and 1 deletions
|
@ -215,7 +215,8 @@ mod test {
|
|||
|
||||
let progress = |_n| true;
|
||||
let mut checker = MediaChecker::new(&mgr, progress);
|
||||
let output = checker.check()?;
|
||||
let mut output = checker.check()?;
|
||||
output.files.sort();
|
||||
|
||||
assert_eq!(
|
||||
output,
|
||||
|
|
Loading…
Reference in a new issue