=pro #3759 Changed to using non-deprecated ScalaTest Matchers
This commit is contained in:
parent
b8c7d7badd
commit
003609c9c5
246 changed files with 2822 additions and 2822 deletions
|
|
@ -10,8 +10,8 @@ class SerializationChecksPlainRemotingSpec extends AkkaSpec {
|
|||
"Settings serialize-messages and serialize-creators" must {
|
||||
|
||||
"be on for tests" in {
|
||||
system.settings.SerializeAllCreators must be(true)
|
||||
system.settings.SerializeAllMessages must be(true)
|
||||
system.settings.SerializeAllCreators should be(true)
|
||||
system.settings.SerializeAllMessages should be(true)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue