Renaming a test
This commit is contained in:
parent
82a11110d3
commit
2da27123ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue