diff options
Diffstat (limited to 'tests/create_delete_poly_patch.ttl')
-rw-r--r-- | tests/create_delete_poly_patch.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/create_delete_poly_patch.ttl b/tests/create_delete_poly_patch.ttl index 5bc1108a..692facf6 100644 --- a/tests/create_delete_poly_patch.ttl +++ b/tests/create_delete_poly_patch.ttl @@ -4,7 +4,7 @@ <msg0> a patch:Put ; - patch:subject <ingen:/root/sub> ; + patch:subject <ingen:/graph/sub> ; patch:body [ a ingen:Graph ; ingen:polyphony 8 ; @@ -12,4 +12,4 @@ <msg1> a patch:Delete ; - patch:subject <ingen:/root/sub> . + patch:subject <ingen:/graph/sub> . |