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:",
imapsql2.ExtBlobStore{Base: store}, imapsql.Opts{
LazyUpdatesInit: true,
PRNG: prng,
Log: testutils.Logger(t, "imapsql"),
},