Skip to content

Commit 775629d

Browse files
committed
fix(printer) remove TODOs after discussion
1 parent 72658b0 commit 775629d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/pkg/print/print_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)