refactor(serif): updated tests to reflect new serif namespaces
This commit is contained in:
@@ -33,9 +33,11 @@ std::string CONFIG_FILENAME = std::string(getenv("MESON_SOURCE_ROOT")) + "/tests
|
||||
class polyTest : public ::testing::Test {};
|
||||
|
||||
TEST_F(polyTest, Solve) {
|
||||
Config& config = Config::getInstance();
|
||||
using namespace serif::polytrope;
|
||||
|
||||
serif::config::Config& config = serif::config::Config::getInstance();
|
||||
config.loadConfig(CONFIG_FILENAME);
|
||||
Probe::LogManager& logManager = Probe::LogManager::getInstance();
|
||||
serif::probe::LogManager& logManager = serif::probe::LogManager::getInstance();
|
||||
quill::Logger* logger = logManager.getLogger("log");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user