mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix default path in geodb_test
This commit is contained in:
@@ -35,7 +35,7 @@ class GeoDBTest {
|
||||
}
|
||||
};
|
||||
|
||||
const std::string GeoDBTest::kDefaultDbName = "/tmp/geodefault/";
|
||||
const std::string GeoDBTest::kDefaultDbName = "/tmp/geodefault";
|
||||
Options GeoDBTest::options = Options();
|
||||
|
||||
// Insert, Get and Remove
|
||||
|
||||
Reference in New Issue
Block a user