···130130 rotationKey3,
131131 exoticSigningKeyFromTheFuture,
132132 )
133133+134134+ // check that we can still read back the did document
135135+ const doc = await client.getDocumentData(did2)
136136+ expect(doc.verificationMethods).toEqual({
137137+ atproto: exoticSigningKeyFromTheFuture,
138138+ })
133139 })
134140135141 it('does not allow syntactically invalid service keys', async () => {