We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751e4b1 commit f6ed420Copy full SHA for f6ed420
utilities/geodb/geodb_test.cc
@@ -35,7 +35,7 @@ class GeoDBTest {
35
}
36
};
37
38
-const std::string GeoDBTest::kDefaultDbName = "/tmp/geodefault/";
+const std::string GeoDBTest::kDefaultDbName = "/tmp/geodefault";
39
Options GeoDBTest::options = Options();
40
41
// Insert, Get and Remove
0 commit comments