From 05d66237630f87b8435721a06bfcae805abe1bf0 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Thu, 27 Jun 2024 14:46:01 +0000 Subject: [PATCH] We now have 111 test modules! --- test/framework/modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/framework/modules.py b/test/framework/modules.py index 195bf0339c..8ba4f4ac65 100644 --- a/test/framework/modules.py +++ b/test/framework/modules.py @@ -55,7 +55,7 @@ # number of modules included for testing purposes -TEST_MODULES_COUNT = 110 +TEST_MODULES_COUNT = 111 class ModulesTest(EnhancedTestCase):