diff options
Diffstat (limited to 'tests/get_patch.ttl')
-rw-r--r-- | tests/get_patch.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/get_patch.ttl b/tests/get_patch.ttl index c9ba6c3c..26718173 100644 --- a/tests/get_patch.ttl +++ b/tests/get_patch.ttl @@ -14,7 +14,7 @@ patch:subject <ingen:/root/sub/node1> ; patch:body [ a ingen:Block ; - ingen:prototype <http://drobilla.net/plugins/mda/Shepard> + lv2:prototype <http://drobilla.net/plugins/mda/Shepard> ] . <msg2> @@ -22,7 +22,7 @@ patch:subject <ingen:/root/sub/node2> ; patch:body [ a ingen:Block ; - ingen:prototype <http://drobilla.net/plugins/mda/Combo> + lv2:prototype <http://drobilla.net/plugins/mda/Combo> ] . <msg3> |