Skip to content

Commit

Permalink
FIX broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Aug 6, 2024
1 parent d2cf789 commit 147dadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests/main_UnitTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ int main(int argC, char** argV)
paParse(paArgs, argC, (char**) argV, 1, false);

LM_M(("Init tests"));
orionInit(exitFunction, orionUnitTestVersion, SemReadWriteOp, false, false, false, false, false);
orionInit(exitFunction, orionUnitTestVersion, SemReadWriteOp, false, false, false, false);
// Note that multitenancy and mutex time stats are disabled for unit test mongo init
mongoInit(dbURI, dbName, pwd, false, writeConcern, dbPoolSize, false);
alarmMgr.init(false);
Expand Down

0 comments on commit 147dadc

Please sign in to comment.