From 1d9ec427580cbf4ac0d0c689c782c55fd171398f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 25 Jan 2024 12:31:05 +0100 Subject: [PATCH] scanner: update test counts based on new default rules The new rules announce more things. --- tests/scanner.TestCase | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/scanner.TestCase b/tests/scanner.TestCase index 3bee217d..a500774c 100755 --- a/tests/scanner.TestCase +++ b/tests/scanner.TestCase @@ -54,11 +54,11 @@ class ScannerTest(unittest.TestCase): 'OtakuWorld': 2, 'Zillode': 1, 'cn.wildfirechat.chat': 4, - 'com.github.shadowsocks': 6, - 'com.integreight.onesheeld': 11, - 'com.jens.automation2': 2, + 'com.github.shadowsocks': 7, + 'com.integreight.onesheeld': 16, + 'com.jens.automation2': 3, 'firebase-suspect': 1, - 'org.mozilla.rocket': 1, + 'org.mozilla.rocket': 2, 'org.tasks': 2, 'realm': 1, 'se.manyver': 2,