Skip to content

Commit

Permalink
Fix: test fail: directory path correction in config.
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletaStepanyan committed Mar 29, 2023
1 parent 1cfbc78 commit 0b22f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/db.config_leveldb.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0",
"directory": "./tmp/main/",
"directory": "./tmp/ukv_embedded_leveldb/",
"data_directories": [],
"engine": {
"config_url": "",
Expand Down
2 changes: 1 addition & 1 deletion assets/db.config_rocksdb.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0",
"directory": "./tmp/main/",
"directory": "./tmp/ukv_embedded_rocksdb/",
"data_directories": [
{
"path": "./tmp/storage/",
Expand Down

0 comments on commit 0b22f58

Please sign in to comment.