mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-08-02 12:53:29 +00:00
update testdatabuffer
This commit is contained in:
parent
57a1918ac4
commit
97feed5941
@ -1,4 +1,4 @@
|
||||
import threading/smartptrs
|
||||
import pkg/threading/smartptrs
|
||||
import std/hashes
|
||||
|
||||
export hashes
|
||||
|
||||
@ -8,7 +8,7 @@ import pkg/unittest2
|
||||
import pkg/questionable
|
||||
import pkg/questionable/results
|
||||
|
||||
include ../../datastore/databuffer
|
||||
include datastore/threads/databuffer
|
||||
|
||||
var
|
||||
shareVal: DataBuffer
|
||||
|
||||
@ -6,6 +6,7 @@ import
|
||||
./datastore/testtieredds,
|
||||
./datastore/testmountedds,
|
||||
./datastore/testmemoryds,
|
||||
./datastore/testdatabuffer,
|
||||
./datastore/testthreadproxyds
|
||||
|
||||
{.warning[UnusedImport]: off.}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user