mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 07:14:40 +03:00
in more tests, after closing accounts, check the last reference is indeed gone
This commit is contained in:
@ -76,6 +76,7 @@ func TestServer(t *testing.T) {
|
||||
defer func() {
|
||||
err := acc.Close()
|
||||
log.Check(err, "closing account")
|
||||
acc.CheckClosed()
|
||||
}()
|
||||
|
||||
s := NewServer(100*1024, "/webapi/", false).(server)
|
||||
|
Reference in New Issue
Block a user