Skip to content

Commit 689e0a2

Browse files
traskCopilot
andauthored
Update instrumentation/spring/spring-webflux/spring-webflux-5.0/testing/src/main/java/io/opentelemetry/instrumentation/spring/webflux/server/AbstractSpringWebfluxTest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 205012d commit 689e0a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • instrumentation/spring/spring-webflux/spring-webflux-5.0/testing/src/main/java/io/opentelemetry/instrumentation/spring/webflux/server

instrumentation/spring/spring-webflux/spring-webflux-5.0/testing/src/main/java/io/opentelemetry/instrumentation/spring/webflux/server/AbstractSpringWebfluxTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ void cancelRequestTest() throws InterruptedException {
708708
try {
709709
client.get("/slow").aggregate().get();
710710
} catch (ExecutionException ignored) {
711-
// this is expected when cancelation occurs
711+
// this is expected when cancellation occurs
712712
}
713713

714714
testing.waitAndAssertTraces(

0 commit comments

Comments
 (0)