Fix tests using imapsql

This commit is contained in:
fox.cpp 2022-02-13 19:40:33 +03:00
parent a59ef41f14
commit 165c6578a4
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0
2 changed files with 0 additions and 2 deletions

View file

@ -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"),
}, },

View file

@ -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 {