Changed protocol fields from "akka" to "tcp.akka"
This commit is contained in:
parent
e7753cb7e6
commit
fec27ee08b
11 changed files with 71 additions and 71 deletions
|
|
@ -11,8 +11,8 @@ import akka.actor.Address
|
|||
@org.junit.runner.RunWith(classOf[org.scalatest.junit.JUnitRunner])
|
||||
class NodeMetricsSpec extends WordSpec with MustMatchers {
|
||||
|
||||
val node1 = Address("akka", "sys", "a", 2554)
|
||||
val node2 = Address("akka", "sys", "a", 2555)
|
||||
val node1 = Address("tcp.akka", "sys", "a", 2554)
|
||||
val node2 = Address("tcp.akka", "sys", "a", 2555)
|
||||
|
||||
"NodeMetrics must" must {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue