Other(test): Remove unneeded reporter expectations

Gluon used to have a bug where it would unnecessarily call the
reporter's ReportMessageWithContext method whenever an IMAP client would
drop unexpectedly. After fixing the bug, we can remove these gomock
EXPECT.AnyTimes() calls.
This commit is contained in:
James Houlahan
2022-11-20 22:28:58 +01:00
parent 48dfdabaf4
commit e05b99a0f1
4 changed files with 3 additions and 11 deletions

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.18
require (
github.com/0xAX/notificator v0.0.0-20220220101646-ee9b8921e557
github.com/Masterminds/semver/v3 v3.1.1
github.com/ProtonMail/gluon v0.13.1-0.20221117115028-b0f0a691266c
github.com/ProtonMail/gluon v0.13.1-0.20221120211716-a51f576947aa
github.com/ProtonMail/go-autostart v0.0.0-20210130080809-00ed301c8e9a
github.com/ProtonMail/go-rfc5322 v0.11.0
github.com/ProtonMail/gopenpgp/v2 v2.4.10