[chore] clean up comments (#7956)
found some double commented out statements Signed-off-by: Alex Boten <aboten@lightstep.com>
This commit is contained in:
parent
bc9421c14b
commit
5abb16723f
|
|
@ -1836,8 +1836,8 @@ func TestGraphBuildErrors(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
// // This includes all tests from the previous implmentation, plus a new one
|
||||
// // relevant only to the new graph-based implementation.
|
||||
// This includes all tests from the previous implmentation, plus a new one
|
||||
// relevant only to the new graph-based implementation.
|
||||
func TestGraphFailToStartAndShutdown(t *testing.T) {
|
||||
errReceiverFactory := newErrReceiverFactory()
|
||||
errProcessorFactory := newErrProcessorFactory()
|
||||
|
|
|
|||
Loading…
Reference in New Issue