[chore] clean up comments (#7956)

found some double commented out statements

Signed-off-by: Alex Boten <aboten@lightstep.com>
This commit is contained in:
Alex Boten 2023-06-23 08:45:23 -07:00 committed by GitHub
parent bc9421c14b
commit 5abb16723f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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()