mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 05:57:39 +03:00
Fix tests using imapsql
This commit is contained in:
parent
a59ef41f14
commit
165c6578a4
2 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@ func TestStore(t *testing.T, newStore func() module.BlobStore, cleanStore func(m
|
|||
|
||||
b, err := imapsql.New("sqlite3", ":memory:",
|
||||
imapsql2.ExtBlobStore{Base: store}, imapsql.Opts{
|
||||
LazyUpdatesInit: true,
|
||||
PRNG: prng,
|
||||
Log: testutils.Logger(t, "imapsql"),
|
||||
},
|
||||
|
|
|
@ -46,7 +46,6 @@ func createTestDB(tb testing.TB, compAlgo string) *Storage {
|
|||
}
|
||||
|
||||
db, err := imapsql.New(testDB, testDSN, &imapsql.FSStore{Root: testFsstore}, imapsql.Opts{
|
||||
LazyUpdatesInit: true,
|
||||
CompressAlgo: compAlgo,
|
||||
})
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue