We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d944db commit 00b3148Copy full SHA for 00b3148
test/in_memory_catalog_test.cc
@@ -58,7 +58,7 @@ class InMemoryCatalogTest : public ::testing::Test {
58
std::string GenerateTestTableLocation(std::string table_name) {
59
std::filesystem::path temp_dir = std::filesystem::temp_directory_path();
60
const auto info = ::testing::UnitTest::GetInstance()->current_test_info();
61
- auto table_location = std::format("{}iceberg_test_{}_{}/{}/", temp_dir.string(),
+ auto table_location = std::format("{}/iceberg_test_{}_{}/{}/", temp_dir.string(),
62
info->test_suite_name(), info->name(), table_name);
63
// generate a unique directory for the table
64
std::error_code ec;
0 commit comments