This commit is contained in:
William Banfield
2021-07-23 10:20:57 -04:00
parent 65a3239f67
commit 4fb76bcfe6

View File

@@ -211,7 +211,7 @@ func TestMConnTransport_Listen(t *testing.T) {
_ = transport.Close()
// Dialing the closed endpoint should error
conn, err = transport.Dial(ctx, endpoint)
_, err = transport.Dial(ctx, endpoint)
require.Error(t, err)
})
}