change default port number to 7355

This commit is contained in:
PJ Fanning 2023-03-06 12:19:29 +01:00 committed by kerr
parent defddc6af5
commit 785369030d
59 changed files with 215 additions and 215 deletions

View file

@ -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))
}