Skip to content

Commit

Permalink
unborking compile in akka-cluster (sorry …)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuhn committed Feb 13, 2012
1 parent aef41fb commit 89cf7aa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ class AccrualFailureDetectorSpec extends AkkaSpec("""
""") {

"An AccrualFailureDetector" must {
val conn = Address("akka", "", Some("localhost"), Some(2552))
val conn = Address("akka", "", "localhost", 2552)

"mark node as available after a series of successful heartbeats" in {
val fd = new AccrualFailureDetector(system)
Expand Down

0 comments on commit 89cf7aa

Please sign in to comment.