Skip to content

Commit

Permalink
chore: grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Sep 21, 2023
1 parent c9543a1 commit 83109a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class DeadLetterSpec extends ScalaTestWithActorTestKit(
val result = multiplyResult.failed.futureValue
result shouldBe a[TimeoutException]
result.getMessage should startWith("Ask timed out on")
// unlock worker reply
// unlock worker replying
workerLatch.countDown()

val deadLetter = deadLetterProbe.receiveMessage()
Expand Down

0 comments on commit 83109a4

Please sign in to comment.