diff options
Diffstat (limited to 'tests/move_node.ttl')
-rw-r--r-- | tests/move_node.ttl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/move_node.ttl b/tests/move_node.ttl index f24c14c2..077069cb 100644 --- a/tests/move_node.ttl +++ b/tests/move_node.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <path:/node> ; + patch:subject <ingen:root/node> ; patch:body [ a ingen:Node ; ingen:prototype <http://drobilla.net/plugins/mda/Shepard> @@ -12,5 +12,5 @@ <msg1> a patch:Move ; - patch:subject <path:/node> ; - patch:destination <path:/tone> . + patch:subject <ingen:root/node> ; + patch:destination <ingen:root/tone> . |