mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-03 14:13:09 +00:00
cleanup
This commit is contained in:
parent
0b2e016883
commit
6c133a2551
@ -13,6 +13,8 @@ import pkg/datastore/sharedds
|
||||
import ./dscommontests
|
||||
import ./querycommontests
|
||||
|
||||
import pretty
|
||||
|
||||
suite "Test Basic SharedDatastore":
|
||||
|
||||
test "check create":
|
||||
@ -38,7 +40,7 @@ suite "Test Basic SharedDatastore":
|
||||
var val = ""
|
||||
for c in res2.get():
|
||||
val &= char(c)
|
||||
echo "res2: ", $val
|
||||
print "get res2: ", $val
|
||||
|
||||
# suite "Test Basic FSDatastore":
|
||||
# let
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user