Fixed regression tests

This commit is contained in:
Kevin Ansfield 2019-10-10 11:10:04 +01:00
parent 7fc10106dc
commit 08a0a4c69e

View File

@ -32,6 +32,7 @@ const expectedProperties = {
.concat(
..._(schema.posts_meta).keys().without('post_id', 'id')
)
.concat('reading_time')
,
author: _(schema.users)
.keys()