Skip to content

Commit a6b70c9

Browse files
authored
remove outdated comment in reporter_test.go
1 parent 6802df0 commit a6b70c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unittest/reporters/reporter/reporter_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import (
1212
"github.com/google/uuid"
1313
)
1414

15-
// TODO
1615
func TestRegisterReporter(t *testing.T) {
1716
mock_ds_reporter := mock_reporter.Mock_Downstream_Reporter{}
1817
reporter := reporter.New([]ds_reporter.IDownStreamReporter{})

0 commit comments

Comments
 (0)