Skip to content

Commit 796d959

Browse files
committed
Fix typo in test name
1 parent 1bac474 commit 796d959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blaze-server/src/test/scala/org/http4s/blaze/server/Http1ServerStageSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ class Http1ServerStageSpec extends CatsEffectSuite {
537537
}
538538
}
539539

540-
fixture.test("Http1ServerStage: routes should cancels on stage shutdown".flaky) { tw =>
540+
fixture.test("Http1ServerStage: routes should cancel on stage shutdown".flaky) { tw =>
541541
Deferred[IO, Unit]
542542
.flatMap { canceled =>
543543
Deferred[IO, Unit].flatMap { gate =>

0 commit comments

Comments
 (0)