Skip to content

Commit f6ed420

Browse files
committed
Fix default path in geodb_test
1 parent 751e4b1 commit f6ed420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/geodb/geodb_test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class GeoDBTest {
3535
}
3636
};
3737

38-
const std::string GeoDBTest::kDefaultDbName = "/tmp/geodefault/";
38+
const std::string GeoDBTest::kDefaultDbName = "/tmp/geodefault";
3939
Options GeoDBTest::options = Options();
4040

4141
// Insert, Get and Remove

0 commit comments

Comments
 (0)