mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-04 08:18:34 +00:00
Other: Add missing t.bridge = nil line
This commit is contained in:
@ -181,6 +181,8 @@ func (t *testCtx) closeBridge(ctx context.Context) error {
|
||||
|
||||
t.bridge.Close(ctx)
|
||||
|
||||
t.bridge = nil
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user