update testdatabuffer

This commit is contained in:
Jaremy Creechley 2023-09-12 14:04:58 -07:00
parent 57a1918ac4
commit 97feed5941
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import threading/smartptrs
import pkg/threading/smartptrs
import std/hashes
export hashes

View File

@ -8,7 +8,7 @@ import pkg/unittest2
import pkg/questionable
import pkg/questionable/results
include ../../datastore/databuffer
include datastore/threads/databuffer
var
shareVal: DataBuffer

View File

@ -6,6 +6,7 @@ import
./datastore/testtieredds,
./datastore/testmountedds,
./datastore/testmemoryds,
./datastore/testdatabuffer,
./datastore/testthreadproxyds
{.warning[UnusedImport]: off.}