Skip to content

Commit

Permalink
Fixed warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
pstutz committed Dec 21, 2014
1 parent 559a9d1 commit 4595de0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class ComputationTerminationSpec extends SpecificationWithJUnit with Mockito {
try {
val steps = 2000
g.execute(ExecutionConfiguration.withExecutionMode(ExecutionMode.Synchronous).withStepsLimit(steps))
g.foreachVertex(_.state === (steps, steps))
g.foreachVertex(_.state === ((steps, steps)))
} finally {
g.shutdown
}
Expand Down

0 comments on commit 4595de0

Please sign in to comment.