Move tests

This commit is contained in:
Caio 2022-12-23 08:05:00 -03:00
parent 5e656baf8b
commit d4344d2f91
22 changed files with 1 additions and 18 deletions

View file

@ -10,7 +10,7 @@ use std::path::Path;
const ENTRY_LIMIT: usize = 1000;
// FIXME: The following limits should be reduced eventually.
const ROOT_ENTRY_LIMIT: usize = 939;
const ISSUES_ENTRY_LIMIT: usize = 2040;
const ISSUES_ENTRY_LIMIT: usize = 2020;
fn check_entries(path: &Path, bad: &mut bool) {
for dir in Walk::new(&path.join("test/ui")) {