We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6802df0 commit a6b70c9Copy full SHA for a6b70c9
test/unittest/reporters/reporter/reporter_test.go
@@ -12,7 +12,6 @@ import (
12
"github.com/google/uuid"
13
)
14
15
-// TODO
16
func TestRegisterReporter(t *testing.T) {
17
mock_ds_reporter := mock_reporter.Mock_Downstream_Reporter{}
18
reporter := reporter.New([]ds_reporter.IDownStreamReporter{})
0 commit comments