mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +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:",
|
b, err := imapsql.New("sqlite3", ":memory:",
|
||||||
imapsql2.ExtBlobStore{Base: store}, imapsql.Opts{
|
imapsql2.ExtBlobStore{Base: store}, imapsql.Opts{
|
||||||
LazyUpdatesInit: true,
|
|
||||||
PRNG: prng,
|
PRNG: prng,
|
||||||
Log: testutils.Logger(t, "imapsql"),
|
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{
|
db, err := imapsql.New(testDB, testDSN, &imapsql.FSStore{Root: testFsstore}, imapsql.Opts{
|
||||||
LazyUpdatesInit: true,
|
|
||||||
CompressAlgo: compAlgo,
|
CompressAlgo: compAlgo,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue