From 630a534cee17971ade8f54334fdbc214d5b8b831 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 5 Nov 2018 20:10:28 +0900 Subject: [PATCH] Fix test --- test/mfm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mfm.ts b/test/mfm.ts index 5103d9413..16aafd189 100644 --- a/test/mfm.ts +++ b/test/mfm.ts @@ -16,7 +16,7 @@ describe('Text', () => { { type: 'text', content: ' '}, { type: 'mention', content: '@hima_sub@namori.net', canonical: '@hima_sub@namori.net', username: 'hima_sub', host: 'namori.net' }, { type: 'text', content: ' お腹ペコい ' }, - { type: 'emoji', content: ':cat:', emoji: 'cat'}, + { type: 'emoji', content: ':cat:', name: 'cat'}, { type: 'text', content: ' '}, { type: 'hashtag', content: '#yryr', hashtag: 'yryr' } ], tokens);