File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -707,7 +707,6 @@ func TestIsVerbosityDebug(t *testing.T) {
707707 }
708708 for _ , tt := range tests {
709709 t .Run (tt .description , func (t * testing.T ) {
710- // TODO ask team if we really need this test
711710 p := & Printer {
712711 Verbosity : tt .verbosity ,
713712 }
@@ -750,7 +749,6 @@ func TestIsVerbosityInfo(t *testing.T) {
750749 }
751750 for _ , tt := range tests {
752751 t .Run (tt .description , func (t * testing.T ) {
753- // TODO ask team if we really need this test
754752 p := & Printer {
755753 Verbosity : tt .verbosity ,
756754 }
@@ -793,7 +791,6 @@ func TestIsVerbosityWarning(t *testing.T) {
793791 }
794792 for _ , tt := range tests {
795793 t .Run (tt .description , func (t * testing.T ) {
796- // TODO ask team if we really need this test
797794 p := & Printer {
798795 Verbosity : tt .verbosity ,
799796 }
@@ -836,7 +833,6 @@ func TestIsVerbosityError(t *testing.T) {
836833 }
837834 for _ , tt := range tests {
838835 t .Run (tt .description , func (t * testing.T ) {
839- // TODO ask team if we really need this test
840836 p := & Printer {
841837 Verbosity : tt .verbosity ,
842838 }
You can’t perform that action at this time.
0 commit comments