diff options
Diffstat (limited to 'tests/copy_node.ttl')
-rw-r--r-- | tests/copy_node.ttl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/copy_node.ttl b/tests/copy_node.ttl index 7204f44b..129ba758 100644 --- a/tests/copy_node.ttl +++ b/tests/copy_node.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/graph/node> ; + patch:subject <ingen:/main/node> ; patch:body [ a ingen:Block ; lv2:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -12,5 +12,5 @@ <msg1> a patch:Copy ; - patch:subject <ingen:/graph/node> ; - patch:destination <ingen:/graph/copy> . + patch:subject <ingen:/main/node> ; + patch:destination <ingen:/main/copy> . |