Skip to content

Commit 1386bb1

Browse files
committed
Previous commit: closes #619.
This commit fixes unit test, oops.
1 parent 3611e76 commit 1386bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/DatabaseManager/Tests/ModuleDatabaseQueries.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ TEST_F(ModuleDatabaseQueries, CountEnabledModules)
215215
{
216216
auto count = countEnabledModules();
217217
std::cout << "# of enabled modules: " << count << std::endl;
218-
EXPECT_EQ(55, count);
218+
EXPECT_EQ(56, count);
219219
}
220220

221221
//TODO: figure out better way to generate a report from these tests. Need a process to enforce keeping them up to date (special branch?)

0 commit comments

Comments
 (0)