Renaming a test

This commit is contained in:
Viktor Klang 2011-04-27 16:46:06 +02:00
parent 82a11110d3
commit 2da27123ac

View file

@ -23,7 +23,7 @@ abstract class MailboxSpec extends
def factory: MailboxType => MessageQueue
name should {
"create a !blockDequeue && unbounded mailbox" in {
"create an unbounded mailbox" in {
val config = UnboundedMailbox()
val q = factory(config)
ensureInitialMailboxState(config, q)