Other: Add missing t.bridge = nil line

This commit is contained in:
James Houlahan
2022-11-04 14:50:43 +01:00
parent 78fc5ec458
commit 8a666dc8cc
3 changed files with 55 additions and 19 deletions

View File

@ -181,6 +181,8 @@ func (t *testCtx) closeBridge(ctx context.Context) error {
t.bridge.Close(ctx)
t.bridge = nil
return nil
}