unborking compile in akka-cluster (sorry …)
This commit is contained in:
parent
f371e817f1
commit
14d180c92a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class AccrualFailureDetectorSpec extends AkkaSpec("""
|
||||||
""") {
|
""") {
|
||||||
|
|
||||||
"An AccrualFailureDetector" must {
|
"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 {
|
"mark node as available after a series of successful heartbeats" in {
|
||||||
val fd = new AccrualFailureDetector(system)
|
val fd = new AccrualFailureDetector(system)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue