Skip to content

Commit

Permalink
PM-3146: Rename to MessageStashSpec.
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed May 11, 2021
1 parent 30db713 commit 575b357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -63,7 +63,7 @@ class FiberSetSpec extends AsyncFlatSpec with Matchers with Inside {
val maxRunning = AtomicInt(0)

for {
handles <- Task.traverse(List.fill(10)(())) { _ =>
handles <- Task.traverse(1 to 10) { _ =>
val task = for {
r <- Task(running.incrementAndGet())
_ <- Task(maxRunning.getAndTransform(m => math.max(m, r)))
Expand Down
Expand Up @@ -17,7 +17,7 @@ import io.iohk.metronome.hotstuff.consensus.basic.{
import io.iohk.metronome.hotstuff.consensus.ViewNumber
import io.iohk.metronome.crypto.GroupSignature

class ConsensusServiceSpec extends AsyncFlatSpec with Matchers {
class MessageStashSpec extends AsyncFlatSpec with Matchers {
import ConsensusService.MessageStash

def testT[T](t: Task[Assertion]) =
Expand Down

0 comments on commit 575b357

Please sign in to comment.