Skip to content

Commit a363dc4

Browse files
committed
test: try running TestGenerateFromEvents without disabling logs
1 parent 95811fc commit a363dc4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/generator/generator_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import (
44
"bufio"
55
"encoding/json"
66
"fmt"
7-
"io"
8-
"log"
97
"net/http"
108
"os"
119
"strings"
@@ -21,7 +19,7 @@ import (
2119
)
2220

2321
func TestGenerateFromEvents(t *testing.T) {
24-
log.SetOutput(io.Discard)
22+
// log.SetOutput(io.Discard)
2523
containerID := "8dfafdbc3a40"
2624
var counter atomic.Int32
2725

0 commit comments

Comments
 (0)