change default port number to 7355
This commit is contained in:
parent
defddc6af5
commit
785369030d
59 changed files with 215 additions and 215 deletions
|
|
@ -856,7 +856,7 @@ abstract class JacksonSerializerSpec(serializerName: String)
|
|||
}
|
||||
|
||||
"serialize with Address" in {
|
||||
val address = Address("pekko", "sys", "localhost", 2552)
|
||||
val address = Address("pekko", "sys", "localhost", 7355)
|
||||
checkSerialization(new CommandWithAddress("echo", address))
|
||||
}
|
||||
|
||||
|
|
@ -1082,7 +1082,7 @@ abstract class JacksonSerializerSpec(serializerName: String)
|
|||
}
|
||||
|
||||
"serialize with Address" in {
|
||||
val address = Address("pekko", "sys", "localhost", 2552)
|
||||
val address = Address("pekko", "sys", "localhost", 7355)
|
||||
checkSerialization(CommandWithAddress("echo", address))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue