Move tests

This commit is contained in:
Caio 2022-11-20 20:08:14 -03:00
parent a28f3c88e5
commit 70db20e503
16 changed files with 1 additions and 1 deletions

View File

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