Skip to content

Commit 079d741

Browse files
committed
ghc path -> string
1 parent f1e0a65 commit 079d741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_registry.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ class RegistryTest : public ::testing::Test {
3434
APILogger->set_level(spdlog::level::debug);
3535

3636
return new DataPipeline(
37-
config_path_,
38-
script_path_,
37+
config_path_.string(),
38+
script_path_.string(),
3939
token,
4040
spdlog::level::debug );
4141
}

0 commit comments

Comments
 (0)