forked from Silverfish/proton-bridge
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:
2
go.mod
2
go.mod
@ -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
|
||||
|
||||
Reference in New Issue
Block a user