Skip to content

Commit

Permalink
Merge pull request #187 from aoriso/master
Browse files Browse the repository at this point in the history
bugfix for #186
  • Loading branch information
qryxip committed Feb 19, 2022
2 parents 11b1629 + 3e88573 commit ca0078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/retrieve_testcases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ pub(crate) fn save_test_cases<I>(
)?;
}
}

acc.sort();
Ok(acc)
}

Expand Down

0 comments on commit ca0078d

Please sign in to comment.