Travis fix
This commit is contained in:
parent
ac9cca6a44
commit
54e0a33dc2
1 changed files with 4 additions and 2 deletions
|
@ -218,7 +218,8 @@ mod tests {
|
||||||
downvotes: 0,
|
downvotes: 0,
|
||||||
hot_rank: 864,
|
hot_rank: 864,
|
||||||
published: inserted_post.published,
|
published: inserted_post.published,
|
||||||
updated: None
|
updated: None,
|
||||||
|
subscribed: None
|
||||||
};
|
};
|
||||||
|
|
||||||
let expected_post_listing_with_user = PostView {
|
let expected_post_listing_with_user = PostView {
|
||||||
|
@ -238,7 +239,8 @@ mod tests {
|
||||||
downvotes: 0,
|
downvotes: 0,
|
||||||
hot_rank: 864,
|
hot_rank: 864,
|
||||||
published: inserted_post.published,
|
published: inserted_post.published,
|
||||||
updated: None
|
updated: None,
|
||||||
|
subscribed: None
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue