summaryrefslogtreecommitdiff
path: root/packages/megalodon/test/unit/parser.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/megalodon/test/unit/parser.spec.ts')
-rw-r--r--packages/megalodon/test/unit/parser.spec.ts8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/megalodon/test/unit/parser.spec.ts b/packages/megalodon/test/unit/parser.spec.ts
index 5174a647c6..94c1d98029 100644
--- a/packages/megalodon/test/unit/parser.spec.ts
+++ b/packages/megalodon/test/unit/parser.spec.ts
@@ -7,6 +7,10 @@ const account: Entity.Account = {
acct: 'h3poteto@pleroma.io',
display_name: 'h3poteto',
locked: false,
+ group: false,
+ noindex: null,
+ suspended: null,
+ limited: null,
created_at: '2019-03-26T21:30:32',
followers_count: 10,
following_count: 10,
@@ -54,9 +58,9 @@ const status: Entity.Status = {
} as Entity.Application,
language: null,
pinned: null,
- reactions: [],
+ emoji_reactions: [],
bookmarked: false,
- quote: null
+ quote: false
}
const notification: Entity.Notification = {