Index: test/c2s-messages.test.js
===================================================================
--- test/c2s-messages.test.js	(revision 08ab8adfb2c704f234c751e044723451d5a65e53)
+++ test/c2s-messages.test.js	(revision aae5881d65b8532bd2291b2184bce662263e8752)
@@ -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');
 
