Update redis test after rebase
This commit is contained in:
parent
a86237b1d4
commit
47a0cf42ec
1 changed files with 1 additions and 4 deletions
|
|
@ -249,13 +249,10 @@ class RedisPersistentSortedSetSpec extends
|
|||
val qa = actorOf[SortedSetActor]
|
||||
qa.start
|
||||
|
||||
val failer = actorOf[PersistentFailerActor]
|
||||
failer.start
|
||||
|
||||
(qa !! SIZE).get.asInstanceOf[Int] should equal(0)
|
||||
val add = List(h1, h2, h3, h4, h5, h6)
|
||||
val rem = List(h2)
|
||||
(qa !! MULTI(add, rem, failer)).get.asInstanceOf[Tuple2[Int, Int]] should equal((6,1))
|
||||
(qa !! MULTI(add, rem)).get.asInstanceOf[Tuple2[Int, Int]] should equal((6,1))
|
||||
(qa !! SIZE).get.asInstanceOf[Int] should equal(5)
|
||||
|
||||
// has equal score as h6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue