Yasuhiro Matsumoto il y a 8 ans
Parent
commit
ded68f7a95
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {