[tests] update extractor results

This commit is contained in:
Mike Fährmann
2025-01-27 16:14:23 +01:00
parent b9567ae3e0
commit d110dfd2da
45 changed files with 152 additions and 148 deletions

View File

@@ -44,7 +44,7 @@ __tests__ = (
"#comment" : "meta tags (#5478)",
"#category": ("booru", "gelbooru", "tag"),
"#class" : gelbooru.GelbooruTagExtractor,
"#count" : 187,
"#count" : range(180, 190),
},
{
@@ -52,7 +52,7 @@ __tests__ = (
"#comment" : "meta + sort tags (#5478)",
"#category": ("booru", "gelbooru", "tag"),
"#class" : gelbooru.GelbooruTagExtractor,
"#count" : 187,
"#count" : range(180, 190),
},
{