Move some tests to more reasonable directories - 6

This commit is contained in:
Caio 2021-04-17 18:53:54 -03:00
parent 4029d4d0be
commit 4e6d6abc6a
39 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use std::path::Path;
const ENTRY_LIMIT: usize = 1000;
// FIXME: The following limits should be reduced eventually.
const ROOT_ENTRY_LIMIT: usize = 1390;
const ROOT_ENTRY_LIMIT: usize = 1388;
const ISSUES_ENTRY_LIMIT: usize = 2551;
fn check_entries(path: &Path, bad: &mut bool) {