refactor - tests
This commit is contained in:
parent
1ef4825c32
commit
ea4790a6b0
|
@ -9,7 +9,7 @@ license = "Apache License 2.0 or MIT"
|
|||
requires "nim >= 1.6.14",
|
||||
"asynctest >= 0.3.1 & < 0.4.0",
|
||||
"chronos#0277b65be2c7a365ac13df002fba6e172be55537",
|
||||
"questionable",
|
||||
"questionable#head",
|
||||
"sqlite3_abi",
|
||||
"stew",
|
||||
"unittest2",
|
||||
|
|
|
@ -190,7 +190,6 @@ proc query*[K,V](
|
|||
let key = query.key
|
||||
without path =? self.findPath(key), error:
|
||||
return failure error
|
||||
echo "query:key: ", key
|
||||
|
||||
let basePath =
|
||||
# it there is a file in the directory
|
||||
|
|
Loading…
Reference in New Issue