Index: test/c2s-messages.test.js
===================================================================
--- test/c2s-messages.test.js	(revision 08ab8adfb2c704f234c751e044723451d5a65e53)
+++ test/c2s-messages.test.js	(revision 75f28976575f764e9a39454c608c2d38d027500e)
@@ -94,5 +94,5 @@
   assert.ok((wave.tag || []).some((x) => x.type === 'Mention' && x.href === 'https://test.example/ap/users/kid'),
     'with a Mention the client recognises itself in');
-  assert.equal(wave['shaer:author'].name, 'Oma', 'and a byline to show');
+  assert.equal(wave.attributedTo.name, 'Oma', 'and a byline to show');
   assert.ok(!/@kid@test\.example/.test(wave.content), 'the leading @mention is stripped, like Berichten on the web');
 
