mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 12:24:38 +03:00
in more tests, after closing accounts, check the last reference is indeed gone
This commit is contained in:
@ -38,6 +38,7 @@ func TestMailbox(t *testing.T) {
|
||||
defer func() {
|
||||
err = acc.Close()
|
||||
tcheck(t, err, "closing account")
|
||||
acc.CheckClosed()
|
||||
}()
|
||||
defer Switchboard()()
|
||||
|
||||
|
Reference in New Issue
Block a user