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
+}