mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
FIX: Broken test
This commit is contained in:
parent
aa31f3081a
commit
960f9ed132
@ -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…
x
Reference in New Issue
Block a user