Commit a273526b authored by preetwinder's avatar preetwinder Committed by Romain Courteaud

add nocapacity and list storage in scenario

parent eed1578e
...@@ -59,6 +59,10 @@ ...@@ -59,6 +59,10 @@
/////////////////////////// ///////////////////////////
return g.run({ return g.run({
type: "query", type: "query",
sub_storage: {
type: "list",
sub_storage: {
type: "nocapacity",
sub_storage: { sub_storage: {
type: "uuid", type: "uuid",
sub_storage: { sub_storage: {
...@@ -68,6 +72,8 @@ ...@@ -68,6 +72,8 @@
}] }]
} }
} }
}
}
}); });
/////////////////////////// ///////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment