Skip to content

Commit

Permalink
Remove duplicate call
Browse files Browse the repository at this point in the history
  • Loading branch information
conniec committed Sep 19, 2015
1 parent 78791f2 commit 9ea3155
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ class QueueManagerActorTest extends ActorTest with QueueManagerForEachTest with
for {
_ <- queueManagerActor ? CreateQueue(q1)

// When & then
result <- queueManagerActor ? CreateQueue(q1)
} yield {
result should be ('left)
}
Expand Down

0 comments on commit 9ea3155

Please sign in to comment.