Skip to content

Commit 362e6cc

Browse files
committed
remove todo assignment
1 parent ce01f00 commit 362e6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/ratpack/ratpack-1.4/testing/src/main/java/io/opentelemetry/instrumentation/ratpack/server/AbstractRatpackHttpServerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public void onComplete() {
266266
});
267267
}
268268

269-
// TODO(anuraaga): The default Ratpack error handler also returns a 500 which is all we test, so
269+
// TODO: The default Ratpack error handler also returns a 500 which is all we test, so
270270
// we don't actually have test coverage ensuring our instrumentation correctly delegates to this
271271
// user registered handler.
272272
private static class TestErrorHandler implements ServerErrorHandler {

0 commit comments

Comments
 (0)