We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519d0fb commit 46d1c4cCopy full SHA for 46d1c4c
1 file changed
CCDB/test/testCcdbApiHeaders.cxx
@@ -47,7 +47,7 @@ struct Fixture {
47
char hostname[_POSIX_HOST_NAME_MAX];
48
gethostname(hostname, _POSIX_HOST_NAME_MAX);
49
basePath = std::string("Users/m/meide/BasicCCDBManager/");
50
-
+
51
ccdbManager.setURL(ccdbUrl);
52
53
LOG(info) << "Path we will use in this test suite : " + basePath << std::endl;
0 commit comments