Skip to content

Commit 5f1aa7c

Browse files
committed
Decided to put the custom utilities into the Unittest namespace for consistency
1 parent 293a42d commit 5f1aa7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnitTestCustomUtilities.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "UnitTest++.h"
2727
#include "TestReporterStdout.h"
2828

29-
namespace CBL
29+
namespace UnitTest
3030
{
3131
/**
3232
* \brief Runs all the tests it finds in the project.
@@ -204,6 +204,6 @@ inline int RunMultipleSuites(std::vector<std::string> suite_names)
204204
}
205205
#undef COVERAGE_IGNORE
206206

207-
} // namespace CBL
207+
} // namespace UnitTest
208208

209209
#endif

0 commit comments

Comments
 (0)