Yasuhiro Matsumoto hace 8 años
padre
commit
ded68f7a95
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      colorable_test.go

+ 1 - 0
colorable_test.go

@@ -56,6 +56,7 @@ func TestNonColorableNil(t *testing.T) {
 			paniced = true
 		}()
 		NewNonColorable(nil)
+		NewColorable(nil)
 	}()
 
 	if !paniced {