From 4a2e2ff381062ca5aa9dbc5a140471b0576b558c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 24 Dec 2024 17:37:36 +0100 Subject: [PATCH] `astreams`: Fix copy error --- acrate_astreams/tests/activitystreams/examples/157.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/acrate_astreams/tests/activitystreams/examples/157.json b/acrate_astreams/tests/activitystreams/examples/157.json index 9f31931..9f87dd8 100644 --- a/acrate_astreams/tests/activitystreams/examples/157.json +++ b/acrate_astreams/tests/activitystreams/examples/157.json @@ -2,9 +2,7 @@ "@context": "https://www.w3.org/ns/activitystreams", "name": "A thank-you note", "type": "Note", - "content": "Thank you @sally - for all your hard work! - #givingthanks", + "content": "Thank you @sally for all your hard work! #givingthanks", "to": { "name": "Sally", "type": "Person", @@ -14,4 +12,4 @@ "id": "http://example.org/tags/givingthanks", "name": "#givingthanks" } -} \ No newline at end of file +}