We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a33a1 commit 9d248aeCopy full SHA for 9d248ae
driver_test.go
@@ -3308,16 +3308,16 @@ func TestConnectorTimeoutsDuringOpen(t *testing.T) {
3308
}
3309
3310
3311
-// A connection which can only be closed.
3312
-type dummyConnection struct {
3313
- net.Conn
3314
- closed bool
3315
-}
+// // A connection which can only be closed.
+// type dummyConnection struct {
+// net.Conn
+// closed bool
+// }
3316
3317
-func (d *dummyConnection) Close() error {
3318
- d.closed = true
3319
- return nil
3320
+// func (d *dummyConnection) Close() error {
+// d.closed = true
+// return nil
3321
3322
// func TestConnectorTimeoutsWatchCancel(t *testing.T) {
3323
// var (
0 commit comments