Default ActorImpl should have an "operations" property
[policy/models.git] / models-interactions / model-actors / actor.test / src / test / resources / service.yaml
index 49de7da..1d16040 100644 (file)
@@ -19,5 +19,6 @@
 #
 actors:
   MyActor:
-    MyOperationA: {}
-    MyOperationB: {}
\ No newline at end of file
+    operations:
+      MyOperationA: {}
+      MyOperationB: {}