From 59ec230f9812354b855ef5842c3362caa71e8fe0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 30 Jul 2016 08:31:54 -0400 Subject: Clean up tests --- tests/enable_graph.ttl | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'tests/enable_graph.ttl') diff --git a/tests/enable_graph.ttl b/tests/enable_graph.ttl index b16a0332..481cc93a 100644 --- a/tests/enable_graph.ttl +++ b/tests/enable_graph.ttl @@ -3,15 +3,13 @@ @prefix patch: . - a patch:Put ; + a patch:Set ; patch:subject ; - patch:body [ - ingen:enabled true - ] . + patch:property ingen:enabled ; + patch:value true . - a patch:Put ; + a patch:Set ; patch:subject ; - patch:body [ - ingen:enabled false - ] . + patch:property ingen:enabled ; + patch:value false . -- cgit v1.2.1