adapt to different error messages, fix one case of Props()
This commit is contained in:
parent
a15900a591
commit
f41f706ce5
3 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ class DaemonMsgCreateSerializerSpec extends AkkaSpec {
|
|||
"serialize and de-serialize DaemonMsgCreate with function creator" in {
|
||||
verifySerialization {
|
||||
DaemonMsgCreate(
|
||||
props = Props().withCreator(new MyActor),
|
||||
props = Props.empty.withCreator(new MyActor),
|
||||
deploy = Deploy(),
|
||||
path = "foo",
|
||||
supervisor = supervisor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue