Skip to content

Commit 0ea4de8

Browse files
committed
Updated the number of modules in the Test for the module factory. Now runs without problems
1 parent ffd8a75 commit 0ea4de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Modules/Factory/Tests/ModuleReplaceBuilderTests.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ class ModuleReplaceTests : public ModuleTest
5050
};
5151

5252
#ifdef BUILD_TESTING
53-
const int NUM_MODULES = 148;
53+
const int NUM_MODULES = 150;
5454
#else
55-
const int NUM_MODULES = 141;
55+
const int NUM_MODULES = 143;
5656
#endif
5757
const int NUM_ALGORITHMS = 76;
5858

0 commit comments

Comments
 (0)