forked from Silverfish/proton-bridge
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