mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +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"),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue