mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: Broken test
This commit is contained in:
parent
aa31f3081a
commit
960f9ed132
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ postStreamTest('deleted posts', {
|
|||
posts() {
|
||||
const topic = Topic.create({ details: { created_by: { id: 123 } } });
|
||||
return [
|
||||
Post.create({ topic, id: 1, post_number: 1, deleted_at: new Date().getTime() }),
|
||||
Post.create({ topic, id: 1, post_number: 1, deleted_at: new Date().toString() }),
|
||||
];
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue