Move tests

This commit is contained in:
Caio 2022-06-13 17:16:01 -03:00
parent ae2aa18d74
commit 767d0e7142
19 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
const ENTRY_LIMIT: usize = 1000;
// FIXME: The following limits should be reduced eventually.
const ROOT_ENTRY_LIMIT: usize = 969;
const ISSUES_ENTRY_LIMIT: usize = 2211;
const ROOT_ENTRY_LIMIT: usize = 968;
const ISSUES_ENTRY_LIMIT: usize = 2179;
fn check_entries(path: &Path, bad: &mut bool) {
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))