Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
fixed TaskReplaceActorTest after rebase with master
Browse files Browse the repository at this point in the history
  • Loading branch information
drexin committed Jan 12, 2015
1 parent 135e850 commit c3065de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class TaskReplaceActorTest
watch(ref)

// all new tasks are queued directly
eventually { verify(queue, times(3)).add(_) }
eventually { app: AppDefinition => verify(queue, times(3)).add(app) }

// ceiling(minimumHealthCapacity * 3) = 2 are left running
assert(oldTaskCount == 2)
Expand Down

0 comments on commit c3065de

Please sign in to comment.